diff --git a/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2021-10-01/keys.json b/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2021-10-01/keys.json index 2f54ec5c5778..a57902f6cf07 100644 --- a/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2021-10-01/keys.json +++ b/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2021-10-01/keys.json @@ -42,7 +42,7 @@ "required": true, "type": "string", "pattern": "^[a-zA-Z0-9-]{1,127}$", - "description": "The name of the key to be created." + "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." }, { "$ref": "#/parameters/ApiVersionParameter" diff --git a/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2021-10-01/secrets.json b/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2021-10-01/secrets.json index b8ae3e7431e8..a665ca3d92f0 100644 --- a/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2021-10-01/secrets.json +++ b/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2021-10-01/secrets.json @@ -39,7 +39,7 @@ "required": true, "type": "string", "pattern": "^[a-zA-Z0-9-]{1,127}$", - "description": "Name of the secret" + "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." }, { "$ref": "#/parameters/ApiVersionParameter"