Skip to content

Commit dc7236c

Browse files
authored
Azurestack-2020-09-01-hybrid profile bug fix - updating Keyvault dataplane api version (Azure#16709)
1 parent c4d6f92 commit dc7236c

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

profile/2020-09-01-hybrid.json

+8-4
Original file line numberDiff line numberDiff line change
@@ -651,11 +651,15 @@
651651
},
652652
"data-plane": {
653653
"microsoft.keyvault": {
654-
"2016-10-01": [
654+
"7.1": [
655655
{
656-
"resourceType": "*",
657-
"path": "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/keyvault/data-plane/Microsoft.KeyVault/stable/2016-10-01/keyvault.json"
658-
}
656+
"resourceType": "secrets",
657+
"path": "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.1/secrets.json"
658+
},
659+
{
660+
"resourceType": "keys",
661+
"path": "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.1/keys.json"
662+
}
659663
]
660664
},
661665
"microsoft.containerregistry": {

0 commit comments

Comments
 (0)