Skip to content

Commit

Permalink
Azurestack-2020-09-01-hybrid profile bug fix - updating Keyvault data…
Browse files Browse the repository at this point in the history
…plane api version (Azure#16709)
  • Loading branch information
bganapa authored Nov 17, 2021
1 parent c4d6f92 commit dc7236c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions profile/2020-09-01-hybrid.json
Original file line number Diff line number Diff line change
Expand Up @@ -651,11 +651,15 @@
},
"data-plane": {
"microsoft.keyvault": {
"2016-10-01": [
"7.1": [
{
"resourceType": "*",
"path": "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/keyvault/data-plane/Microsoft.KeyVault/stable/2016-10-01/keyvault.json"
}
"resourceType": "secrets",
"path": "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.1/secrets.json"
},
{
"resourceType": "keys",
"path": "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.1/keys.json"
}
]
},
"microsoft.containerregistry": {
Expand Down

0 comments on commit dc7236c

Please sign in to comment.