Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"@autorest/[email protected]",
"@autorest/[email protected]"
],
"commit": "644beb7e189d0c5e16377df6a88aef589707b7f0",
"commit": "8857644551f91ea2bf702fdea37a88d6a6fb8cc5",
"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/[email protected] --use=@autorest/[email protected] --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/[email protected] --use=@autorest/[email protected] --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