Skip to content

Commit 46bda75

Browse files
Azure CLI BotSDKAuto
andauthored
[AutoRelease] t2-recoveryservicesbackup-2021-07-26-35043 (Azure#19934)
* CodeGen from PR 15305 in Azure/azure-rest-api-specs Changing version back to 2021-06 (Azure#15305) * Updating version in readme * Updating swagger version * version,CHANGELOG Co-authored-by: SDKAuto <sdkautomation@microsoft.com> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
1 parent 663d3e9 commit 46bda75

File tree

99 files changed

+163
-891
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+163
-891
lines changed

sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Release History
22

3+
## 2.0.0 (2021-07-26)
4+
5+
**Features**
6+
7+
- Model IaasVMRestoreRequest has a new parameter identity_info
8+
- Model IaasVMRestoreWithRehydrationRequest has a new parameter identity_info
9+
10+
**Breaking changes**
11+
12+
- Removed operation group BackupResourceStorageConfigsNonCRROperations
13+
314
## 1.1.0 (2021-07-22)
415

516
**Features**

sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/_meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@autorest/python@5.8.4",
55
"@autorest/modelerfour@4.19.2"
66
],
7-
"commit": "8eb10b6052b7073e9c56f7707772e3e01c9d9a8d",
7+
"commit": "69c20e89a4f94f99cdbc627f5c33812732b2fa32",
88
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
99
"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 --track2 --use=@autorest/python@5.8.4 --use=@autorest/modelerfour@4.19.2 --version=3.4.5",
1010
"readme": "specification/recoveryservicesbackup/resource-manager/readme.md"

sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/_metadata.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"chosen_version": "",
3-
"total_api_version_list": ["2018-12-20", "2021-04-01"],
3+
"total_api_version_list": ["2018-12-20", "2021-06-01"],
44
"client": {
55
"name": "RecoveryServicesBackupClient",
66
"filename": "_recovery_services_backup_client",
@@ -98,7 +98,6 @@
9898
"async_imports": "{\"regular\": {\"azurecore\": {\"azure.core.configuration\": [\"Configuration\"], \"azure.core.pipeline\": [\"policies\"], \"azure.mgmt.core.policies\": [\"ARMHttpLoggingPolicy\"]}, \"local\": {\".._version\": [\"VERSION\"]}}, \"conditional\": {\"stdlib\": {\"typing\": [\"Any\"]}}, \"typing\": {\"azurecore\": {\"azure.core.credentials_async\": [\"AsyncTokenCredential\"]}}}"
9999
},
100100
"operation_groups": {
101-
"backup_resource_storage_configs_non_crr": "BackupResourceStorageConfigsNonCRROperations",
102101
"protection_intent": "ProtectionIntentOperations",
103102
"backup_status": "BackupStatusOperations",
104103
"feature_support": "FeatureSupportOperations",

sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/_recovery_services_backup_client.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
from azure.core.pipeline.transport import HttpRequest, HttpResponse
2020

2121
from ._configuration import RecoveryServicesBackupClientConfiguration
22-
from .operations import BackupResourceStorageConfigsNonCRROperations
2322
from .operations import ProtectionIntentOperations
2423
from .operations import BackupStatusOperations
2524
from .operations import FeatureSupportOperations
@@ -79,8 +78,6 @@
7978
class RecoveryServicesBackupClient(RecoveryServicesBackupClientOperationsMixin):
8079
"""Open API 2.0 Specs for Azure RecoveryServices Backup service.
8180
82-
:ivar backup_resource_storage_configs_non_crr: BackupResourceStorageConfigsNonCRROperations operations
83-
:vartype backup_resource_storage_configs_non_crr: azure.mgmt.recoveryservicesbackup.operations.BackupResourceStorageConfigsNonCRROperations
8481
:ivar protection_intent: ProtectionIntentOperations operations
8582
:vartype protection_intent: azure.mgmt.recoveryservicesbackup.operations.ProtectionIntentOperations
8683
:ivar backup_status: BackupStatusOperations operations
@@ -211,8 +208,6 @@ def __init__(
211208
self._serialize.client_side_validation = False
212209
self._deserialize = Deserializer(client_models)
213210

214-
self.backup_resource_storage_configs_non_crr = BackupResourceStorageConfigsNonCRROperations(
215-
self._client, self._config, self._serialize, self._deserialize)
216211
self.protection_intent = ProtectionIntentOperations(
217212
self._client, self._config, self._serialize, self._deserialize)
218213
self.backup_status = BackupStatusOperations(

sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "1.1.0"
9+
VERSION = "2.0.0"

sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/aio/_recovery_services_backup_client.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
from azure.core.credentials_async import AsyncTokenCredential
1818

1919
from ._configuration import RecoveryServicesBackupClientConfiguration
20-
from .operations import BackupResourceStorageConfigsNonCRROperations
2120
from .operations import ProtectionIntentOperations
2221
from .operations import BackupStatusOperations
2322
from .operations import FeatureSupportOperations
@@ -77,8 +76,6 @@
7776
class RecoveryServicesBackupClient(RecoveryServicesBackupClientOperationsMixin):
7877
"""Open API 2.0 Specs for Azure RecoveryServices Backup service.
7978
80-
:ivar backup_resource_storage_configs_non_crr: BackupResourceStorageConfigsNonCRROperations operations
81-
:vartype backup_resource_storage_configs_non_crr: azure.mgmt.recoveryservicesbackup.aio.operations.BackupResourceStorageConfigsNonCRROperations
8279
:ivar protection_intent: ProtectionIntentOperations operations
8380
:vartype protection_intent: azure.mgmt.recoveryservicesbackup.aio.operations.ProtectionIntentOperations
8481
:ivar backup_status: BackupStatusOperations operations
@@ -208,8 +205,6 @@ def __init__(
208205
self._serialize.client_side_validation = False
209206
self._deserialize = Deserializer(client_models)
210207

211-
self.backup_resource_storage_configs_non_crr = BackupResourceStorageConfigsNonCRROperations(
212-
self._client, self._config, self._serialize, self._deserialize)
213208
self.protection_intent = ProtectionIntentOperations(
214209
self._client, self._config, self._serialize, self._deserialize)
215210
self.backup_status = BackupStatusOperations(

sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/aio/operations/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
from ._backup_resource_storage_configs_non_crr_operations import BackupResourceStorageConfigsNonCRROperations
109
from ._protection_intent_operations import ProtectionIntentOperations
1110
from ._backup_status_operations import BackupStatusOperations
1211
from ._feature_support_operations import FeatureSupportOperations
@@ -62,7 +61,6 @@
6261
from ._backup_protected_items_crr_operations import BackupProtectedItemsCrrOperations
6362

6463
__all__ = [
65-
'BackupResourceStorageConfigsNonCRROperations',
6664
'ProtectionIntentOperations',
6765
'BackupStatusOperations',
6866
'FeatureSupportOperations',

sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/aio/operations/_backup_engines_operations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def list(
7171
401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError
7272
}
7373
error_map.update(kwargs.pop('error_map', {}))
74-
api_version = "2021-04-01"
74+
api_version = "2021-06-01"
7575
accept = "application/json"
7676

7777
def prepare_request(next_link=None):
@@ -159,7 +159,7 @@ async def get(
159159
401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError
160160
}
161161
error_map.update(kwargs.pop('error_map', {}))
162-
api_version = "2021-04-01"
162+
api_version = "2021-06-01"
163163
accept = "application/json"
164164

165165
# Construct URL

sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/aio/operations/_backup_jobs_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def list(
7070
401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError
7171
}
7272
error_map.update(kwargs.pop('error_map', {}))
73-
api_version = "2021-04-01"
73+
api_version = "2021-06-01"
7474
accept = "application/json"
7575

7676
def prepare_request(next_link=None):

sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/aio/operations/_backup_operation_results_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ async def get(
7272
401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError
7373
}
7474
error_map.update(kwargs.pop('error_map', {}))
75-
api_version = "2021-04-01"
75+
api_version = "2021-06-01"
7676
accept = "application/json"
7777

7878
# Construct URL

0 commit comments

Comments
 (0)