From 1c9780d8db3b8fab8641f907ae07cd78ca759724 Mon Sep 17 00:00:00 2001 From: Jack Lichwa <52512203+jlichwa@users.noreply.github.com> Date: Mon, 5 Oct 2020 13:47:21 -0700 Subject: [PATCH 1/3] Update keyvault.json --- .../Microsoft.KeyVault/stable/2019-09-01/keyvault.json | 1 + 1 file changed, 1 insertion(+) diff --git a/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2019-09-01/keyvault.json b/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2019-09-01/keyvault.json index a2fe7f795cae..57a64c7e86b6 100644 --- a/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2019-09-01/keyvault.json +++ b/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2019-09-01/keyvault.json @@ -1107,6 +1107,7 @@ }, "vaultUri": { "type": "string", + "readOnly": true, "description": "The URI of the vault for performing operations on keys and secrets." }, "enabledForDeployment": { From 07f0e4fbf3c02f5c784d5f31580e535863db1e11 Mon Sep 17 00:00:00 2001 From: Jack Lichwa <52512203+jlichwa@users.noreply.github.com> Date: Tue, 6 Oct 2020 09:40:39 -0700 Subject: [PATCH 2/3] Update keyvault.json --- .../Microsoft.KeyVault/stable/2019-09-01/keyvault.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2019-09-01/keyvault.json b/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2019-09-01/keyvault.json index 57a64c7e86b6..4a03d3caf218 100644 --- a/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2019-09-01/keyvault.json +++ b/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2019-09-01/keyvault.json @@ -1107,8 +1107,7 @@ }, "vaultUri": { "type": "string", - "readOnly": true, - "description": "The URI of the vault for performing operations on keys and secrets." + "description": "The URI of the vault for performing operations on keys and secrets. This property is readonly" }, "enabledForDeployment": { "type": "boolean", From 0d5c9a740ab59b58b731d1b8575292a8833827e4 Mon Sep 17 00:00:00 2001 From: Jack Lichwa <52512203+jlichwa@users.noreply.github.com> Date: Thu, 5 Nov 2020 17:09:23 -0800 Subject: [PATCH 3/3] Update keyvault.json --- .../Microsoft.KeyVault/stable/2019-09-01/keyvault.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2019-09-01/keyvault.json b/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2019-09-01/keyvault.json index 4a03d3caf218..0938cb46f41b 100644 --- a/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2019-09-01/keyvault.json +++ b/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2019-09-01/keyvault.json @@ -1107,7 +1107,7 @@ }, "vaultUri": { "type": "string", - "description": "The URI of the vault for performing operations on keys and secrets. This property is readonly" + "description": "The URI of the vault for performing operations on keys and secrets. This property is readonly" }, "enabledForDeployment": { "type": "boolean",