Skip to content

Commit

Permalink
CodeGen from PR 18183 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
config readme.python (Azure#18183)
  • Loading branch information
SDKAuto committed Mar 15, 2022
1 parent 3922dd7 commit f39620b
Show file tree
Hide file tree
Showing 6 changed files with 180 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"@autorest/python@5.12.0",
"@autorest/modelerfour@4.19.3"
],
"commit": "644beb7e189d0c5e16377df6a88aef589707b7f0",
"commit": "71860bf1bf486de15d91f5b30b568f21b624a551",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest_command": "autorest specification/recoveryservicesbackup/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/azure-sdk-for-python/sdk --python3-only --track2 --use=@autorest/python@5.12.0 --use=@autorest/modelerfour@4.19.3 --version=3.7.2",
"autorest_command": "autorest specification/recoveryservicesbackup/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk --python3-only --track2 --use=@autorest/python@5.12.0 --use=@autorest/modelerfour@4.19.3 --version=3.7.2",
"readme": "specification/recoveryservicesbackup/resource-manager/readme.md"
}
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 = "4.1.1"
VERSION = "1.0.0b1"
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@
from ._models_py3 import SubProtectionPolicy
from ._models_py3 import TargetAFSRestoreInfo
from ._models_py3 import TargetRestoreInfo
from ._models_py3 import TieringPolicy
from ._models_py3 import TokenInformation
from ._models_py3 import TriggerDataMoveRequest
from ._models_py3 import UnlockDeleteRequest
Expand Down Expand Up @@ -358,6 +359,7 @@
StorageType,
StorageTypeState,
SupportStatus,
TieringMode,
Type,
UsagesUnit,
ValidationStatus,
Expand Down Expand Up @@ -635,6 +637,7 @@
'SubProtectionPolicy',
'TargetAFSRestoreInfo',
'TargetRestoreInfo',
'TieringPolicy',
'TokenInformation',
'TriggerDataMoveRequest',
'UnlockDeleteRequest',
Expand Down Expand Up @@ -717,6 +720,7 @@
'StorageType',
'StorageTypeState',
'SupportStatus',
'TieringMode',
'Type',
'UsagesUnit',
'ValidationStatus',
Expand Down
Loading

0 comments on commit f39620b

Please sign in to comment.