Skip to content

Commit 6bbccf9

Browse files
authored
Add privacy verbiage to 2022-07-01 API (#20452)
1 parent 8ff0e3b commit 6bbccf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2022-07-01/keys.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"required": true,
4343
"type": "string",
4444
"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."
4646
},
4747
{
4848
"$ref": "#/parameters/ApiVersionParameter"

specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2022-07-01/secrets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"required": true,
4040
"type": "string",
4141
"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."
4343
},
4444
{
4545
"$ref": "#/parameters/ApiVersionParameter"

0 commit comments

Comments
 (0)