From 3ee05b02f1c2a46b1e746b9f58c0c85fba1adf2d Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Mon, 29 Aug 2022 14:27:08 -0700 Subject: [PATCH] Add privacy verbiage to 2021-10-01 API --- .../Microsoft.KeyVault/stable/2021-10-01/keys.json | 2 +- .../Microsoft.KeyVault/stable/2021-10-01/secrets.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"