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/resource-manager/Microsoft.KeyVault/stable/2022-07-01/keys.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@
42
42
"required": true,
43
43
"type": "string",
44
44
"pattern": "^[a-zA-Z0-9-]{1,127}$",
45
-
"description": "The name of the key to be created."
45
+
"description": "The name of the key to be created. The value you provide may be copied globally for the purpose of running the service. The value provided should not include personally identifiable or sensitive information."
Copy file name to clipboardExpand all lines: specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2022-07-01/secrets.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@
39
39
"required": true,
40
40
"type": "string",
41
41
"pattern": "^[a-zA-Z0-9-]{1,127}$",
42
-
"description": "Name of the secret"
42
+
"description": "Name of the secret. The value you provide may be copied globally for the purpose of running the service. The value provided should not include personally identifiable or sensitive information."
0 commit comments