We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 051d381 commit 6733bfeCopy full SHA for 6733bfe
specification/keyvault/Security.KeyVault.Certificates/client.tsp
@@ -225,6 +225,8 @@ op listDeletedCertificateProperties is KeyVaultOperation<
225
@@clientName(AdministratorDetails.EmailAddress, "Email", "go");
226
227
@@clientName(SubjectAlternativeNames.upns, "UserPrincipalNames", "go");
228
+@@clientName(SubjectAlternativeNames.uris, "URIs", "go");
229
+@@clientName(SubjectAlternativeNames.ipAddresses, "IPAddresses", "go");
230
@@clientName(X509CertificateProperties.ekus, "EnhancedKeyUsage", "go");
231
232
@@clientName(CertificateBundle.cer, "CER", "go");
0 commit comments