You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Make optional path parameter required for all languages
18
+
19
+
/**
20
+
* The UpdateCertificate operation applies the specified update on the given certificate; the only elements updated are the certificate's attributes. This operation requires the certificates/update permission.
21
+
*/
22
+
#suppress"@azure-tools/typespec-azure-core/use-standard-operations""Foundations.Operation is necessary for Key Vault"
23
+
@summary("Updates the specified attributes associated with the given certificate.")
Copy file name to clipboardExpand all lines: specification/keyvault/Security.KeyVault.Certificates/routes.tsp
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -336,6 +336,7 @@ op updateCertificatePolicy is KeyVaultOperation<
336
336
* The UpdateCertificate operation applies the specified update on the given certificate; the only elements updated are the certificate's attributes. This operation requires the certificates/update permission.
337
337
*/
338
338
#suppress"@azure-tools/typespec-azure-core/use-standard-operations""Foundations.Operation is necessary for Key Vault"
0 commit comments