Skip to content

Commit

Permalink
CodeGen from PR 16132 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 35c27eac4d6594cf3979fba1597e927273bf644e into a8e6d89
  • Loading branch information
SDKAuto committed Sep 28, 2021
1 parent f88dc92 commit 7419d31
Show file tree
Hide file tree
Showing 5 changed files with 241 additions and 76 deletions.
8 changes: 4 additions & 4 deletions sdk/redis/azure-mgmt-redis/_meta.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"autorest": "3.4.2",
"autorest": "3.4.5",
"use": [
"@autorest/python@5.8.1",
"@autorest/python@5.8.4",
"@autorest/modelerfour@4.19.2"
],
"commit": "55558c4b2a1ee05064b1ce6733edf72a0345cfb8",
"commit": "1e50ae28cd347552f7ad4428e17f3355b23806af",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest_command": "autorest specification/redis/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/python@5.8.1 --use=@autorest/modelerfour@4.19.2 --version=3.4.2",
"autorest_command": "autorest specification/redis/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/python@5.8.4 --use=@autorest/modelerfour@4.19.2 --version=3.4.5",
"readme": "specification/redis/resource-manager/readme.md"
}
2 changes: 1 addition & 1 deletion sdk/redis/azure-mgmt-redis/azure/mgmt/redis/_version.py
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 = "13.0.0"
VERSION = "12.0.0b1"
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
from ._models_py3 import ProxyResource
from ._models_py3 import RedisAccessKeys
from ._models_py3 import RedisCommonProperties
from ._models_py3 import RedisCommonPropertiesRedisConfiguration
from ._models_py3 import RedisCreateParameters
from ._models_py3 import RedisCreateProperties
from ._models_py3 import RedisFirewallRule
Expand Down Expand Up @@ -73,6 +74,7 @@
from ._models import ProxyResource # type: ignore
from ._models import RedisAccessKeys # type: ignore
from ._models import RedisCommonProperties # type: ignore
from ._models import RedisCommonPropertiesRedisConfiguration # type: ignore
from ._models import RedisCreateParameters # type: ignore
from ._models import RedisCreateProperties # type: ignore
from ._models import RedisFirewallRule # type: ignore
Expand Down Expand Up @@ -136,6 +138,7 @@
'ProxyResource',
'RedisAccessKeys',
'RedisCommonProperties',
'RedisCommonPropertiesRedisConfiguration',
'RedisCreateParameters',
'RedisCreateProperties',
'RedisFirewallRule',
Expand Down
Loading

0 comments on commit 7419d31

Please sign in to comment.