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
Copy file name to clipboardExpand all lines: specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.3-preview/securitydomain.json
+6-9Lines changed: 6 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@
65
65
"final-state-via": "azure-async-operation"
66
66
},
67
67
"operationId": "HSMSecurityDomain_Download",
68
-
"description": "Retrieves the Security Domain from the managed HSM. Calling this endpoint can be used to activated a provisioned managed HSM resource.",
68
+
"description": "Retrieves the Security Domain from the managed HSM. Calling this endpoint can be used to activate a provisioned managed HSM resource.",
69
69
"parameters": [
70
70
{
71
71
"in": "body",
@@ -74,7 +74,7 @@
74
74
"schema": {
75
75
"$ref": "#/definitions/CertificateInfoObject"
76
76
},
77
-
"description": "Security Domain download operation requires customer to provide N certificates (minimum 3 and maximum 10) containing public key in JWK format."
77
+
"description": "The Security Domain download operation requires customer to provide N certificates (minimum 3 and maximum 10) containing a public key in JWK format."
"description": "A blob containing the Security Domain."
292
+
"description": "The Security Domain."
296
293
}
297
294
},
298
295
"description": "The Security Domain.",
@@ -328,7 +325,7 @@
328
325
},
329
326
"kty": {
330
327
"type": "string",
331
-
"description": "JsonWebKey Key Type (kty), as defined in https://tools.ietf.org/html/draft-ietf-jose-json-web-algorithms-40. For Security Domain this value must be RSA"
328
+
"description": "JsonWebKey Key Type (kty), as defined in https://tools.ietf.org/html/draft-ietf-jose-json-web-algorithms-40. For Security Domain this value must be RSA."
0 commit comments