Skip to content

Commit ee4530c

Browse files
authored
test,version,CHANGELOG (Azure#15703)
1 parent 8680b63 commit ee4530c

File tree

54 files changed

+3212
-616
lines changed

Some content is hidden

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

54 files changed

+3212
-616
lines changed

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

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

3+
## 0.10.0 (2020-12-08)
4+
5+
**Features**
6+
7+
- Model IaasVMRestoreRequest has a new parameter disk_encryption_set_id
8+
- Model IaasVMRestoreRequest has a new parameter restore_with_managed_disks
9+
- Model BackupResourceConfig has a new parameter cross_region_restore_flag
10+
- Model AzureFileshareProtectedItem has a new parameter health_status
11+
- Added operation RecoveryPointsOperations.get_access_token
12+
- Added operation group AadPropertiesOperations
13+
- Added operation group CrossRegionRestoreOperations
14+
- Added operation group BackupCrrJobDetailsOperations
15+
- Added operation group PrivateEndpointOperations
16+
- Added operation group BackupCrrJobsOperations
17+
- Added operation group RecoveryPointsCrrOperations
18+
- Added operation group CrrOperationResultsOperations
19+
- Added operation group CrrOperationStatusOperations
20+
- Added operation group BackupProtectedItemsCrrOperations
21+
22+
**Breaking changes**
23+
24+
- Removed operation RecoveryServicesBackupClientOperationsMixin.get_operation_status1
25+
326
## 0.9.0 (2020-12-07)
427

528
**Features**

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

Lines changed: 79 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@
1414

1515
from ._configuration import RecoveryServicesBackupClientConfiguration
1616
from .operations import RecoveryServicesBackupClientOperationsMixin
17+
from .operations import BackupResourceVaultConfigsOperations
1718
from .operations import BackupResourceEncryptionConfigsOperations
18-
from .operations import BMSPrepareDataMoveOperationResultOperations
1919
from .operations import PrivateEndpointConnectionOperations
20-
from .operations import BackupResourceVaultConfigsOperations
20+
from .operations import PrivateEndpointOperations
21+
from .operations import BMSPrepareDataMoveOperationResultOperations
2122
from .operations import ProtectedItemsOperations
2223
from .operations import ProtectedItemOperationResultsOperations
2324
from .operations import RecoveryPointsOperations
@@ -33,11 +34,6 @@
3334
from .operations import JobsOperations
3435
from .operations import BackupProtectedItemsOperations
3536
from .operations import OperationOperations
36-
from .operations import ProtectionIntentOperations
37-
from .operations import BackupStatusOperations
38-
from .operations import FeatureSupportOperations
39-
from .operations import BackupProtectionIntentOperations
40-
from .operations import BackupUsageSummariesOperations
4137
from .operations import BackupEnginesOperations
4238
from .operations import ProtectionContainerRefreshOperationResultsOperations
4339
from .operations import ProtectableContainersOperations
@@ -53,7 +49,20 @@
5349
from .operations import BackupProtectableItemsOperations
5450
from .operations import BackupProtectionContainersOperations
5551
from .operations import SecurityPINsOperations
52+
from .operations import AadPropertiesOperations
53+
from .operations import CrossRegionRestoreOperations
54+
from .operations import BackupCrrJobDetailsOperations
55+
from .operations import BackupCrrJobsOperations
56+
from .operations import CrrOperationResultsOperations
57+
from .operations import CrrOperationStatusOperations
5658
from .operations import BackupResourceStorageConfigsOperations
59+
from .operations import RecoveryPointsCrrOperations
60+
from .operations import BackupProtectedItemsCrrOperations
61+
from .operations import ProtectionIntentOperations
62+
from .operations import BackupStatusOperations
63+
from .operations import FeatureSupportOperations
64+
from .operations import BackupProtectionIntentOperations
65+
from .operations import BackupUsageSummariesOperations
5766
from .operations import Operations
5867
from . import models
5968

@@ -64,14 +73,16 @@ class RecoveryServicesBackupClient(RecoveryServicesBackupClientOperationsMixin,
6473
:ivar config: Configuration for client.
6574
:vartype config: RecoveryServicesBackupClientConfiguration
6675
76+
:ivar backup_resource_vault_configs: BackupResourceVaultConfigs operations
77+
:vartype backup_resource_vault_configs: azure.mgmt.recoveryservicesbackup.operations.BackupResourceVaultConfigsOperations
6778
:ivar backup_resource_encryption_configs: BackupResourceEncryptionConfigs operations
6879
:vartype backup_resource_encryption_configs: azure.mgmt.recoveryservicesbackup.operations.BackupResourceEncryptionConfigsOperations
69-
:ivar bms_prepare_data_move_operation_result: BMSPrepareDataMoveOperationResult operations
70-
:vartype bms_prepare_data_move_operation_result: azure.mgmt.recoveryservicesbackup.operations.BMSPrepareDataMoveOperationResultOperations
7180
:ivar private_endpoint_connection: PrivateEndpointConnection operations
7281
:vartype private_endpoint_connection: azure.mgmt.recoveryservicesbackup.operations.PrivateEndpointConnectionOperations
73-
:ivar backup_resource_vault_configs: BackupResourceVaultConfigs operations
74-
:vartype backup_resource_vault_configs: azure.mgmt.recoveryservicesbackup.operations.BackupResourceVaultConfigsOperations
82+
:ivar private_endpoint: PrivateEndpoint operations
83+
:vartype private_endpoint: azure.mgmt.recoveryservicesbackup.operations.PrivateEndpointOperations
84+
:ivar bms_prepare_data_move_operation_result: BMSPrepareDataMoveOperationResult operations
85+
:vartype bms_prepare_data_move_operation_result: azure.mgmt.recoveryservicesbackup.operations.BMSPrepareDataMoveOperationResultOperations
7586
:ivar protected_items: ProtectedItems operations
7687
:vartype protected_items: azure.mgmt.recoveryservicesbackup.operations.ProtectedItemsOperations
7788
:ivar protected_item_operation_results: ProtectedItemOperationResults operations
@@ -102,16 +113,6 @@ class RecoveryServicesBackupClient(RecoveryServicesBackupClientOperationsMixin,
102113
:vartype backup_protected_items: azure.mgmt.recoveryservicesbackup.operations.BackupProtectedItemsOperations
103114
:ivar operation: Operation operations
104115
:vartype operation: azure.mgmt.recoveryservicesbackup.operations.OperationOperations
105-
:ivar protection_intent: ProtectionIntent operations
106-
:vartype protection_intent: azure.mgmt.recoveryservicesbackup.operations.ProtectionIntentOperations
107-
:ivar backup_status: BackupStatus operations
108-
:vartype backup_status: azure.mgmt.recoveryservicesbackup.operations.BackupStatusOperations
109-
:ivar feature_support: FeatureSupport operations
110-
:vartype feature_support: azure.mgmt.recoveryservicesbackup.operations.FeatureSupportOperations
111-
:ivar backup_protection_intent: BackupProtectionIntent operations
112-
:vartype backup_protection_intent: azure.mgmt.recoveryservicesbackup.operations.BackupProtectionIntentOperations
113-
:ivar backup_usage_summaries: BackupUsageSummaries operations
114-
:vartype backup_usage_summaries: azure.mgmt.recoveryservicesbackup.operations.BackupUsageSummariesOperations
115116
:ivar backup_engines: BackupEngines operations
116117
:vartype backup_engines: azure.mgmt.recoveryservicesbackup.operations.BackupEnginesOperations
117118
:ivar protection_container_refresh_operation_results: ProtectionContainerRefreshOperationResults operations
@@ -142,8 +143,34 @@ class RecoveryServicesBackupClient(RecoveryServicesBackupClientOperationsMixin,
142143
:vartype backup_protection_containers: azure.mgmt.recoveryservicesbackup.operations.BackupProtectionContainersOperations
143144
:ivar security_pi_ns: SecurityPINs operations
144145
:vartype security_pi_ns: azure.mgmt.recoveryservicesbackup.operations.SecurityPINsOperations
146+
:ivar aad_properties: AadProperties operations
147+
:vartype aad_properties: azure.mgmt.recoveryservicesbackup.operations.AadPropertiesOperations
148+
:ivar cross_region_restore: CrossRegionRestore operations
149+
:vartype cross_region_restore: azure.mgmt.recoveryservicesbackup.operations.CrossRegionRestoreOperations
150+
:ivar backup_crr_job_details: BackupCrrJobDetails operations
151+
:vartype backup_crr_job_details: azure.mgmt.recoveryservicesbackup.operations.BackupCrrJobDetailsOperations
152+
:ivar backup_crr_jobs: BackupCrrJobs operations
153+
:vartype backup_crr_jobs: azure.mgmt.recoveryservicesbackup.operations.BackupCrrJobsOperations
154+
:ivar crr_operation_results: CrrOperationResults operations
155+
:vartype crr_operation_results: azure.mgmt.recoveryservicesbackup.operations.CrrOperationResultsOperations
156+
:ivar crr_operation_status: CrrOperationStatus operations
157+
:vartype crr_operation_status: azure.mgmt.recoveryservicesbackup.operations.CrrOperationStatusOperations
145158
:ivar backup_resource_storage_configs: BackupResourceStorageConfigs operations
146159
:vartype backup_resource_storage_configs: azure.mgmt.recoveryservicesbackup.operations.BackupResourceStorageConfigsOperations
160+
:ivar recovery_points_crr: RecoveryPointsCrr operations
161+
:vartype recovery_points_crr: azure.mgmt.recoveryservicesbackup.operations.RecoveryPointsCrrOperations
162+
:ivar backup_protected_items_crr: BackupProtectedItemsCrr operations
163+
:vartype backup_protected_items_crr: azure.mgmt.recoveryservicesbackup.operations.BackupProtectedItemsCrrOperations
164+
:ivar protection_intent: ProtectionIntent operations
165+
:vartype protection_intent: azure.mgmt.recoveryservicesbackup.operations.ProtectionIntentOperations
166+
:ivar backup_status: BackupStatus operations
167+
:vartype backup_status: azure.mgmt.recoveryservicesbackup.operations.BackupStatusOperations
168+
:ivar feature_support: FeatureSupport operations
169+
:vartype feature_support: azure.mgmt.recoveryservicesbackup.operations.FeatureSupportOperations
170+
:ivar backup_protection_intent: BackupProtectionIntent operations
171+
:vartype backup_protection_intent: azure.mgmt.recoveryservicesbackup.operations.BackupProtectionIntentOperations
172+
:ivar backup_usage_summaries: BackupUsageSummaries operations
173+
:vartype backup_usage_summaries: azure.mgmt.recoveryservicesbackup.operations.BackupUsageSummariesOperations
147174
:ivar operations: Operations operations
148175
:vartype operations: azure.mgmt.recoveryservicesbackup.operations.Operations
149176
@@ -165,13 +192,15 @@ def __init__(
165192
self._serialize = Serializer(client_models)
166193
self._deserialize = Deserializer(client_models)
167194

168-
self.backup_resource_encryption_configs = BackupResourceEncryptionConfigsOperations(
195+
self.backup_resource_vault_configs = BackupResourceVaultConfigsOperations(
169196
self._client, self.config, self._serialize, self._deserialize)
170-
self.bms_prepare_data_move_operation_result = BMSPrepareDataMoveOperationResultOperations(
197+
self.backup_resource_encryption_configs = BackupResourceEncryptionConfigsOperations(
171198
self._client, self.config, self._serialize, self._deserialize)
172199
self.private_endpoint_connection = PrivateEndpointConnectionOperations(
173200
self._client, self.config, self._serialize, self._deserialize)
174-
self.backup_resource_vault_configs = BackupResourceVaultConfigsOperations(
201+
self.private_endpoint = PrivateEndpointOperations(
202+
self._client, self.config, self._serialize, self._deserialize)
203+
self.bms_prepare_data_move_operation_result = BMSPrepareDataMoveOperationResultOperations(
175204
self._client, self.config, self._serialize, self._deserialize)
176205
self.protected_items = ProtectedItemsOperations(
177206
self._client, self.config, self._serialize, self._deserialize)
@@ -203,16 +232,6 @@ def __init__(
203232
self._client, self.config, self._serialize, self._deserialize)
204233
self.operation = OperationOperations(
205234
self._client, self.config, self._serialize, self._deserialize)
206-
self.protection_intent = ProtectionIntentOperations(
207-
self._client, self.config, self._serialize, self._deserialize)
208-
self.backup_status = BackupStatusOperations(
209-
self._client, self.config, self._serialize, self._deserialize)
210-
self.feature_support = FeatureSupportOperations(
211-
self._client, self.config, self._serialize, self._deserialize)
212-
self.backup_protection_intent = BackupProtectionIntentOperations(
213-
self._client, self.config, self._serialize, self._deserialize)
214-
self.backup_usage_summaries = BackupUsageSummariesOperations(
215-
self._client, self.config, self._serialize, self._deserialize)
216235
self.backup_engines = BackupEnginesOperations(
217236
self._client, self.config, self._serialize, self._deserialize)
218237
self.protection_container_refresh_operation_results = ProtectionContainerRefreshOperationResultsOperations(
@@ -243,7 +262,33 @@ def __init__(
243262
self._client, self.config, self._serialize, self._deserialize)
244263
self.security_pi_ns = SecurityPINsOperations(
245264
self._client, self.config, self._serialize, self._deserialize)
265+
self.aad_properties = AadPropertiesOperations(
266+
self._client, self.config, self._serialize, self._deserialize)
267+
self.cross_region_restore = CrossRegionRestoreOperations(
268+
self._client, self.config, self._serialize, self._deserialize)
269+
self.backup_crr_job_details = BackupCrrJobDetailsOperations(
270+
self._client, self.config, self._serialize, self._deserialize)
271+
self.backup_crr_jobs = BackupCrrJobsOperations(
272+
self._client, self.config, self._serialize, self._deserialize)
273+
self.crr_operation_results = CrrOperationResultsOperations(
274+
self._client, self.config, self._serialize, self._deserialize)
275+
self.crr_operation_status = CrrOperationStatusOperations(
276+
self._client, self.config, self._serialize, self._deserialize)
246277
self.backup_resource_storage_configs = BackupResourceStorageConfigsOperations(
247278
self._client, self.config, self._serialize, self._deserialize)
279+
self.recovery_points_crr = RecoveryPointsCrrOperations(
280+
self._client, self.config, self._serialize, self._deserialize)
281+
self.backup_protected_items_crr = BackupProtectedItemsCrrOperations(
282+
self._client, self.config, self._serialize, self._deserialize)
283+
self.protection_intent = ProtectionIntentOperations(
284+
self._client, self.config, self._serialize, self._deserialize)
285+
self.backup_status = BackupStatusOperations(
286+
self._client, self.config, self._serialize, self._deserialize)
287+
self.feature_support = FeatureSupportOperations(
288+
self._client, self.config, self._serialize, self._deserialize)
289+
self.backup_protection_intent = BackupProtectionIntentOperations(
290+
self._client, self.config, self._serialize, self._deserialize)
291+
self.backup_usage_summaries = BackupUsageSummariesOperations(
292+
self._client, self.config, self._serialize, self._deserialize)
248293
self.operations = Operations(
249294
self._client, self.config, self._serialize, self._deserialize)

0 commit comments

Comments
 (0)