Skip to content

Commit

Permalink
Add x-ms-enum extension to keyvault (Azure#17055)
Browse files Browse the repository at this point in the history
* fix

* make these two sealed enums
  • Loading branch information
ArcturusZhang authored and LeiWang3 committed Mar 31, 2022
1 parent c84e483 commit d91923c
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,10 @@
"enum": [
"resourceType eq 'Microsoft.KeyVault/vaults'"
],
"x-ms-enum": {
"name": "VaultListFilterTypes",
"modelAsString": false
},
"description": "The filter to apply on the operation."
},
{
Expand All @@ -655,6 +659,10 @@
"enum": [
"2015-11-01"
],
"x-ms-enum": {
"name": "ResourceManagerApiVersions",
"modelAsString": false
},
"description": "Azure Resource Manager Api Version."
},
{
Expand Down

0 comments on commit d91923c

Please sign in to comment.