Skip to content

Commit

Permalink
CodeGen from PR 16232 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 282bdfdb287eb9f40288468502227c282ddc30f6 into fd7603f
  • Loading branch information
SDKAuto committed Sep 30, 2021
1 parent 4e02ec4 commit fa0fa87
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion sdk/keyvault/azure-mgmt-keyvault/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@autorest/[email protected]",
"@autorest/[email protected]"
],
"commit": "277fe93bafa204e9e9a8544155ff07c33c5b54f1",
"commit": "acb06e00be817cf6975a2f600a7a306bad89a653",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest_command": "autorest specification/keyvault/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk --track2 --use=@autorest/[email protected] --use=@autorest/[email protected] --version=3.4.5",
"readme": "specification/keyvault/resource-manager/readme.md"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "9.1.0"
VERSION = "1.0.0b1"
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "9.1.0"
VERSION = "1.0.0b1"
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "9.1.0"
VERSION = "1.0.0b1"
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "9.1.0"
VERSION = "1.0.0b1"
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "9.1.0"
VERSION = "1.0.0b1"
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class ActionsRequired(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)):

class CertificatePermissions(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)):

ALL = "all"
GET = "get"
LIST = "list"
DELETE = "delete"
Expand Down Expand Up @@ -75,6 +76,7 @@ class IdentityType(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)):

class KeyPermissions(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)):

ALL = "all"
ENCRYPT = "encrypt"
DECRYPT = "decrypt"
WRAP_KEY = "wrapKey"
Expand Down Expand Up @@ -181,6 +183,7 @@ class Reason(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)):

class SecretPermissions(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)):

ALL = "all"
GET = "get"
LIST = "list"
SET = "set"
Expand All @@ -205,6 +208,7 @@ class SkuName(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)):

class StoragePermissions(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)):

ALL = "all"
GET = "get"
LIST = "list"
DELETE = "delete"
Expand Down

0 comments on commit fa0fa87

Please sign in to comment.