diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/_meta.json b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/_meta.json index 30166409e5e8..18359ddbead9 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/_meta.json +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/_meta.json @@ -1,11 +1,11 @@ { - "commit": "0e20dd2e4e2a40e83840c30cce2efc4847fd9cb9", + "commit": "ea9e6e67771100a27feaea2bcde649bbf397f18f", "repository_url": "https://github.com/Azure/azure-rest-api-specs", "autorest": "3.9.2", "use": [ - "@autorest/python@6.2.16", + "@autorest/python@6.4.0", "@autorest/modelerfour@4.24.3" ], - "autorest_command": "autorest specification/recoveryservicesbackup/resource-manager/readme.md --generate-sample=True --include-x-ms-examples-original-file=True --python --python-sdks-folder=/home/vsts/work/1/azure-sdk-for-python/sdk --use=@autorest/python@6.2.16 --use=@autorest/modelerfour@4.24.3 --version=3.9.2 --version-tolerant=False", + "autorest_command": "autorest specification/recoveryservicesbackup/resource-manager/readme.md --generate-sample=True --include-x-ms-examples-original-file=True --python --python-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-python/sdk --use=@autorest/python@6.4.0 --use=@autorest/modelerfour@4.24.3 --version=3.9.2 --version-tolerant=False", "readme": "specification/recoveryservicesbackup/resource-manager/readme.md" } \ No newline at end of file diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/_recovery_services_backup_client.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/_recovery_services_backup_client.py index bc16240be13b..c552dce96474 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/_recovery_services_backup_client.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/_recovery_services_backup_client.py @@ -406,5 +406,5 @@ def __enter__(self) -> "RecoveryServicesBackupClient": self._client.__enter__() return self - def __exit__(self, *exc_details) -> None: + def __exit__(self, *exc_details: Any) -> None: self._client.__exit__(*exc_details) diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/_version.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/_version.py index e786ca9d2565..e5754a47ce68 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/_version.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "5.1.0" +VERSION = "1.0.0b1" diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/_recovery_services_backup_client.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/_recovery_services_backup_client.py index 1e80217e495a..3b7a568835c0 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/_recovery_services_backup_client.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/_recovery_services_backup_client.py @@ -408,5 +408,5 @@ async def __aenter__(self) -> "RecoveryServicesBackupClient": await self._client.__aenter__() return self - async def __aexit__(self, *exc_details) -> None: + async def __aexit__(self, *exc_details: Any) -> None: await self._client.__aexit__(*exc_details) diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_backup_resource_encryption_configs_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_backup_resource_encryption_configs_operations.py index 57ccf6ef166b..b0d95823ec5f 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_backup_resource_encryption_configs_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_backup_resource_encryption_configs_operations.py @@ -195,8 +195,8 @@ async def update( # pylint: disable=inconsistent-return-statements :param resource_group_name: The name of the resource group where the recovery services vault is present. Required. :type resource_group_name: str - :param parameters: Vault encryption input config request. Is either a model type or a IO type. - Required. + :param parameters: Vault encryption input config request. Is either a + BackupResourceEncryptionConfigResource type or a IO type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.BackupResourceEncryptionConfigResource or IO diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_backup_resource_storage_configs_non_crr_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_backup_resource_storage_configs_non_crr_operations.py index 50fd29e1f25d..5aae990a6f50 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_backup_resource_storage_configs_non_crr_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_backup_resource_storage_configs_non_crr_operations.py @@ -198,7 +198,8 @@ async def update( :param resource_group_name: The name of the resource group where the recovery services vault is present. Required. :type resource_group_name: str - :param parameters: Vault storage config request. Is either a model type or a IO type. Required. + :param parameters: Vault storage config request. Is either a BackupResourceConfigResource type + or a IO type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.BackupResourceConfigResource or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. @@ -343,7 +344,8 @@ async def patch( # pylint: disable=inconsistent-return-statements :param resource_group_name: The name of the resource group where the recovery services vault is present. Required. :type resource_group_name: str - :param parameters: Vault storage config request. Is either a model type or a IO type. Required. + :param parameters: Vault storage config request. Is either a BackupResourceConfigResource type + or a IO type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.BackupResourceConfigResource or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_backup_resource_vault_configs_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_backup_resource_vault_configs_operations.py index 79fe1a1105dc..1e6455a6113a 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_backup_resource_vault_configs_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_backup_resource_vault_configs_operations.py @@ -198,7 +198,8 @@ async def update( :param resource_group_name: The name of the resource group where the recovery services vault is present. Required. :type resource_group_name: str - :param parameters: resource config request. Is either a model type or a IO type. Required. + :param parameters: resource config request. Is either a BackupResourceVaultConfigResource type + or a IO type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.BackupResourceVaultConfigResource or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. @@ -343,7 +344,8 @@ async def put( :param resource_group_name: The name of the resource group where the recovery services vault is present. Required. :type resource_group_name: str - :param parameters: resource config request. Is either a model type or a IO type. Required. + :param parameters: resource config request. Is either a BackupResourceVaultConfigResource type + or a IO type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.BackupResourceVaultConfigResource or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_backup_status_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_backup_status_operations.py index 8bacb6ea2e77..80b2f924463a 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_backup_status_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_backup_status_operations.py @@ -113,8 +113,8 @@ async def get( :param azure_region: Azure region to hit Api. Required. :type azure_region: str - :param parameters: Container Backup Status Request. Is either a model type or a IO type. - Required. + :param parameters: Container Backup Status Request. Is either a BackupStatusRequest type or a + IO type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.BackupStatusRequest or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_backups_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_backups_operations.py index f40154a0d9ab..a6a938dcd0aa 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_backups_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_backups_operations.py @@ -160,7 +160,8 @@ async def trigger( # pylint: disable=inconsistent-return-statements :type container_name: str :param protected_item_name: Backup item for which backup needs to be triggered. Required. :type protected_item_name: str - :param parameters: resource backup request. Is either a model type or a IO type. Required. + :param parameters: resource backup request. Is either a BackupRequestResource type or a IO + type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.BackupRequestResource or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_feature_support_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_feature_support_operations.py index e371b937b079..efb60b9f8536 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_feature_support_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_feature_support_operations.py @@ -115,8 +115,8 @@ async def validate( :param azure_region: Azure region to hit Api. Required. :type azure_region: str - :param parameters: Feature support request object. Is either a model type or a IO type. - Required. + :param parameters: Feature support request object. Is either a FeatureSupportRequest type or a + IO type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.FeatureSupportRequest or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_item_level_recovery_connections_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_item_level_recovery_connections_operations.py index 23d04532eb48..78725916a5ad 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_item_level_recovery_connections_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_item_level_recovery_connections_operations.py @@ -184,7 +184,8 @@ async def provision( # pylint: disable=inconsistent-return-statements will be provisioned for this backed up data. Required. :type recovery_point_id: str - :param parameters: resource ILR request. Is either a model type or a IO type. Required. + :param parameters: resource ILR request. Is either a ILRRequestResource type or a IO type. + Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.ILRRequestResource or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_operation_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_operation_operations.py index f0fd50342839..0874fd3ae3be 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_operation_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_operation_operations.py @@ -128,8 +128,8 @@ async def validate( :param resource_group_name: The name of the resource group where the recovery services vault is present. Required. :type resource_group_name: str - :param parameters: resource validate operation request. Is either a model type or a IO type. - Required. + :param parameters: resource validate operation request. Is either a ValidateOperationRequest + type or a IO type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.ValidateOperationRequest or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_private_endpoint_connection_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_private_endpoint_connection_operations.py index c0a6cb94bfe6..1b18922a082e 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_private_endpoint_connection_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_private_endpoint_connection_operations.py @@ -304,7 +304,8 @@ async def begin_put( :type resource_group_name: str :param private_endpoint_connection_name: The name of the private endpoint connection. Required. :type private_endpoint_connection_name: str - :param parameters: Request body for operation. Is either a model type or a IO type. Required. + :param parameters: Request body for operation. Is either a PrivateEndpointConnectionResource + type or a IO type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.PrivateEndpointConnectionResource or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_protected_items_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_protected_items_operations.py index e28522479431..4f9b03408b77 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_protected_items_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_protected_items_operations.py @@ -253,7 +253,8 @@ async def create_or_update( :type container_name: str :param protected_item_name: Item name to be backed up. Required. :type protected_item_name: str - :param parameters: resource backed up item. Is either a model type or a IO type. Required. + :param parameters: resource backed up item. Is either a ProtectedItemResource type or a IO + type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.ProtectedItemResource or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_protection_containers_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_protection_containers_operations.py index 4de916de1c15..53cf5d9e7f35 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_protection_containers_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_protection_containers_operations.py @@ -234,7 +234,8 @@ async def register( :type fabric_name: str :param container_name: Name of the container to be registered. Required. :type container_name: str - :param parameters: Request body for operation. Is either a model type or a IO type. Required. + :param parameters: Request body for operation. Is either a ProtectionContainerResource type or + a IO type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.ProtectionContainerResource or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_protection_intent_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_protection_intent_operations.py index cfe5f7908880..8c75738e77ed 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_protection_intent_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_protection_intent_operations.py @@ -149,8 +149,8 @@ async def validate( :param azure_region: Azure region to hit Api. Required. :type azure_region: str - :param parameters: Enable backup validation request on Virtual Machine. Is either a model type - or a IO type. Required. + :param parameters: Enable backup validation request on Virtual Machine. Is either a + PreValidateEnableBackupRequest type or a IO type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.PreValidateEnableBackupRequest or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. @@ -384,7 +384,8 @@ async def create_or_update( :type fabric_name: str :param intent_object_name: Intent object name. Required. :type intent_object_name: str - :param parameters: resource backed up item. Is either a model type or a IO type. Required. + :param parameters: resource backed up item. Is either a ProtectionIntentResource type or a IO + type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.ProtectionIntentResource or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_protection_policies_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_protection_policies_operations.py index e5d4e33293f3..8b72398800b6 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_protection_policies_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_protection_policies_operations.py @@ -219,7 +219,8 @@ async def create_or_update( :type resource_group_name: str :param policy_name: Backup policy to be created. Required. :type policy_name: str - :param parameters: resource backup policy. Is either a model type or a IO type. Required. + :param parameters: resource backup policy. Is either a ProtectionPolicyResource type or a IO + type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.ProtectionPolicyResource or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_recovery_points_recommended_for_move_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_recovery_points_recommended_for_move_operations.py index c8bd083746c5..43fe895f7e8f 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_recovery_points_recommended_for_move_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_recovery_points_recommended_for_move_operations.py @@ -161,8 +161,8 @@ def list( :type container_name: str :param protected_item_name: Required. :type protected_item_name: str - :param parameters: List Recovery points Recommended for Move Request. Is either a model type or - a IO type. Required. + :param parameters: List Recovery points Recommended for Move Request. Is either a + ListRecoveryPointsRecommendedForMoveRequest type or a IO type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.ListRecoveryPointsRecommendedForMoveRequest or IO diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_recovery_services_backup_client_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_recovery_services_backup_client_operations.py index 20fac52754b4..f0a452080a9f 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_recovery_services_backup_client_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_recovery_services_backup_client_operations.py @@ -264,7 +264,8 @@ async def begin_bms_prepare_data_move( :param resource_group_name: The name of the resource group where the recovery services vault is present. Required. :type resource_group_name: str - :param parameters: Prepare data move request. Is either a model type or a IO type. Required. + :param parameters: Prepare data move request. Is either a PrepareDataMoveRequest type or a IO + type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.PrepareDataMoveRequest or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. @@ -480,7 +481,8 @@ async def begin_bms_trigger_data_move( :param resource_group_name: The name of the resource group where the recovery services vault is present. Required. :type resource_group_name: str - :param parameters: Trigger data move request. Is either a model type or a IO type. Required. + :param parameters: Trigger data move request. Is either a TriggerDataMoveRequest type or a IO + type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.TriggerDataMoveRequest or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. @@ -746,8 +748,8 @@ async def begin_move_recovery_point( :type protected_item_name: str :param recovery_point_id: Required. :type recovery_point_id: str - :param parameters: Move Resource Across Tiers Request. Is either a model type or a IO type. - Required. + :param parameters: Move Resource Across Tiers Request. Is either a MoveRPAcrossTiersRequest + type or a IO type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.MoveRPAcrossTiersRequest or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_resource_guard_proxy_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_resource_guard_proxy_operations.py index 8c51072a749d..33d551be27a3 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_resource_guard_proxy_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_resource_guard_proxy_operations.py @@ -213,7 +213,8 @@ async def put( :type resource_group_name: str :param resource_guard_proxy_name: Required. :type resource_guard_proxy_name: str - :param parameters: Request body for operation. Is either a model type or a IO type. Required. + :param parameters: Request body for operation. Is either a ResourceGuardProxyBaseResource type + or a IO type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.ResourceGuardProxyBaseResource or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. @@ -430,7 +431,8 @@ async def unlock_delete( :type resource_group_name: str :param resource_guard_proxy_name: Required. :type resource_guard_proxy_name: str - :param parameters: Request body for operation. Is either a model type or a IO type. Required. + :param parameters: Request body for operation. Is either a UnlockDeleteRequest type or a IO + type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.UnlockDeleteRequest or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_restores_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_restores_operations.py index d1be6638aef6..04fdf859645b 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_restores_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_restores_operations.py @@ -260,7 +260,8 @@ async def begin_trigger( :param recovery_point_id: Recovery point ID which represents the backed up data to be restored. Required. :type recovery_point_id: str - :param parameters: resource restore request. Is either a model type or a IO type. Required. + :param parameters: resource restore request. Is either a RestoreRequestResource type or a IO + type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.RestoreRequestResource or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_security_pins_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_security_pins_operations.py index 550e45c5b133..c9160a925947 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_security_pins_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_security_pins_operations.py @@ -127,8 +127,8 @@ async def get( :param resource_group_name: The name of the resource group where the recovery services vault is present. Required. :type resource_group_name: str - :param parameters: security pin request. Is either a model type or a IO type. Default value is - None. + :param parameters: security pin request. Is either a SecurityPinBase type or a IO type. Default + value is None. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.SecurityPinBase or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. Default value is None. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_validate_operation_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_validate_operation_operations.py index d0b7cda0e9c1..8efd39a231a8 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_validate_operation_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/aio/operations/_validate_operation_operations.py @@ -211,8 +211,8 @@ async def begin_trigger( :param resource_group_name: The name of the resource group where the recovery services vault is present. Required. :type resource_group_name: str - :param parameters: resource validate operation request. Is either a model type or a IO type. - Required. + :param parameters: resource validate operation request. Is either a ValidateOperationRequest + type or a IO type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.ValidateOperationRequest or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_backup_resource_encryption_configs_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_backup_resource_encryption_configs_operations.py index c3048eb26dc8..22de9e1b9572 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_backup_resource_encryption_configs_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_backup_resource_encryption_configs_operations.py @@ -258,8 +258,8 @@ def update( # pylint: disable=inconsistent-return-statements :param resource_group_name: The name of the resource group where the recovery services vault is present. Required. :type resource_group_name: str - :param parameters: Vault encryption input config request. Is either a model type or a IO type. - Required. + :param parameters: Vault encryption input config request. Is either a + BackupResourceEncryptionConfigResource type or a IO type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.BackupResourceEncryptionConfigResource or IO diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_backup_resource_storage_configs_non_crr_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_backup_resource_storage_configs_non_crr_operations.py index cb3f73b06ed3..7dc89a558d05 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_backup_resource_storage_configs_non_crr_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_backup_resource_storage_configs_non_crr_operations.py @@ -287,7 +287,8 @@ def update( :param resource_group_name: The name of the resource group where the recovery services vault is present. Required. :type resource_group_name: str - :param parameters: Vault storage config request. Is either a model type or a IO type. Required. + :param parameters: Vault storage config request. Is either a BackupResourceConfigResource type + or a IO type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.BackupResourceConfigResource or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. @@ -432,7 +433,8 @@ def patch( # pylint: disable=inconsistent-return-statements :param resource_group_name: The name of the resource group where the recovery services vault is present. Required. :type resource_group_name: str - :param parameters: Vault storage config request. Is either a model type or a IO type. Required. + :param parameters: Vault storage config request. Is either a BackupResourceConfigResource type + or a IO type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.BackupResourceConfigResource or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_backup_resource_vault_configs_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_backup_resource_vault_configs_operations.py index 447340a71715..586dd678a2da 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_backup_resource_vault_configs_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_backup_resource_vault_configs_operations.py @@ -289,7 +289,8 @@ def update( :param resource_group_name: The name of the resource group where the recovery services vault is present. Required. :type resource_group_name: str - :param parameters: resource config request. Is either a model type or a IO type. Required. + :param parameters: resource config request. Is either a BackupResourceVaultConfigResource type + or a IO type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.BackupResourceVaultConfigResource or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. @@ -434,7 +435,8 @@ def put( :param resource_group_name: The name of the resource group where the recovery services vault is present. Required. :type resource_group_name: str - :param parameters: resource config request. Is either a model type or a IO type. Required. + :param parameters: resource config request. Is either a BackupResourceVaultConfigResource type + or a IO type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.BackupResourceVaultConfigResource or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_backup_status_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_backup_status_operations.py index b72734958a40..561fe34fa7ec 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_backup_status_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_backup_status_operations.py @@ -146,8 +146,8 @@ def get( :param azure_region: Azure region to hit Api. Required. :type azure_region: str - :param parameters: Container Backup Status Request. Is either a model type or a IO type. - Required. + :param parameters: Container Backup Status Request. Is either a BackupStatusRequest type or a + IO type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.BackupStatusRequest or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_backups_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_backups_operations.py index 069d5e163edb..2eed2e4bb3ca 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_backups_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_backups_operations.py @@ -205,7 +205,8 @@ def trigger( # pylint: disable=inconsistent-return-statements :type container_name: str :param protected_item_name: Backup item for which backup needs to be triggered. Required. :type protected_item_name: str - :param parameters: resource backup request. Is either a model type or a IO type. Required. + :param parameters: resource backup request. Is either a BackupRequestResource type or a IO + type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.BackupRequestResource or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_feature_support_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_feature_support_operations.py index d173ba1f5185..5c98e23bdb16 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_feature_support_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_feature_support_operations.py @@ -148,8 +148,8 @@ def validate( :param azure_region: Azure region to hit Api. Required. :type azure_region: str - :param parameters: Feature support request object. Is either a model type or a IO type. - Required. + :param parameters: Feature support request object. Is either a FeatureSupportRequest type or a + IO type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.FeatureSupportRequest or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_item_level_recovery_connections_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_item_level_recovery_connections_operations.py index eccd26349d76..ac86ab964a8d 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_item_level_recovery_connections_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_item_level_recovery_connections_operations.py @@ -273,7 +273,8 @@ def provision( # pylint: disable=inconsistent-return-statements will be provisioned for this backed up data. Required. :type recovery_point_id: str - :param parameters: resource ILR request. Is either a model type or a IO type. Required. + :param parameters: resource ILR request. Is either a ILRRequestResource type or a IO type. + Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.ILRRequestResource or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_operation_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_operation_operations.py index d58e98af008d..041c75aa8112 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_operation_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_operation_operations.py @@ -164,8 +164,8 @@ def validate( :param resource_group_name: The name of the resource group where the recovery services vault is present. Required. :type resource_group_name: str - :param parameters: resource validate operation request. Is either a model type or a IO type. - Required. + :param parameters: resource validate operation request. Is either a ValidateOperationRequest + type or a IO type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.ValidateOperationRequest or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_private_endpoint_connection_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_private_endpoint_connection_operations.py index 63974c91b54b..d62a620e4fd1 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_private_endpoint_connection_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_private_endpoint_connection_operations.py @@ -419,7 +419,8 @@ def begin_put( :type resource_group_name: str :param private_endpoint_connection_name: The name of the private endpoint connection. Required. :type private_endpoint_connection_name: str - :param parameters: Request body for operation. Is either a model type or a IO type. Required. + :param parameters: Request body for operation. Is either a PrivateEndpointConnectionResource + type or a IO type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.PrivateEndpointConnectionResource or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_protected_items_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_protected_items_operations.py index eb294902775d..dde9ee6696a5 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_protected_items_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_protected_items_operations.py @@ -378,7 +378,8 @@ def create_or_update( :type container_name: str :param protected_item_name: Item name to be backed up. Required. :type protected_item_name: str - :param parameters: resource backed up item. Is either a model type or a IO type. Required. + :param parameters: resource backed up item. Is either a ProtectedItemResource type or a IO + type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.ProtectedItemResource or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_protection_containers_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_protection_containers_operations.py index 41d92b4a693f..66bd86929696 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_protection_containers_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_protection_containers_operations.py @@ -429,7 +429,8 @@ def register( :type fabric_name: str :param container_name: Name of the container to be registered. Required. :type container_name: str - :param parameters: Request body for operation. Is either a model type or a IO type. Required. + :param parameters: Request body for operation. Is either a ProtectionContainerResource type or + a IO type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.ProtectionContainerResource or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_protection_intent_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_protection_intent_operations.py index 23a74cbdea5c..b7a81d73327f 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_protection_intent_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_protection_intent_operations.py @@ -288,8 +288,8 @@ def validate( :param azure_region: Azure region to hit Api. Required. :type azure_region: str - :param parameters: Enable backup validation request on Virtual Machine. Is either a model type - or a IO type. Required. + :param parameters: Enable backup validation request on Virtual Machine. Is either a + PreValidateEnableBackupRequest type or a IO type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.PreValidateEnableBackupRequest or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. @@ -523,7 +523,8 @@ def create_or_update( :type fabric_name: str :param intent_object_name: Intent object name. Required. :type intent_object_name: str - :param parameters: resource backed up item. Is either a model type or a IO type. Required. + :param parameters: resource backed up item. Is either a ProtectionIntentResource type or a IO + type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.ProtectionIntentResource or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_protection_policies_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_protection_policies_operations.py index c5f37873cb8a..832855003c35 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_protection_policies_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_protection_policies_operations.py @@ -316,7 +316,8 @@ def create_or_update( :type resource_group_name: str :param policy_name: Backup policy to be created. Required. :type policy_name: str - :param parameters: resource backup policy. Is either a model type or a IO type. Required. + :param parameters: resource backup policy. Is either a ProtectionPolicyResource type or a IO + type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.ProtectionPolicyResource or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_recovery_points_recommended_for_move_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_recovery_points_recommended_for_move_operations.py index 8cd10f8c6930..06ea02f207a7 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_recovery_points_recommended_for_move_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_recovery_points_recommended_for_move_operations.py @@ -206,8 +206,8 @@ def list( :type container_name: str :param protected_item_name: Required. :type protected_item_name: str - :param parameters: List Recovery points Recommended for Move Request. Is either a model type or - a IO type. Required. + :param parameters: List Recovery points Recommended for Move Request. Is either a + ListRecoveryPointsRecommendedForMoveRequest type or a IO type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.ListRecoveryPointsRecommendedForMoveRequest or IO diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_recovery_services_backup_client_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_recovery_services_backup_client_operations.py index a2c53006f3b0..cfdb8e341d5f 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_recovery_services_backup_client_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_recovery_services_backup_client_operations.py @@ -406,7 +406,8 @@ def begin_bms_prepare_data_move( :param resource_group_name: The name of the resource group where the recovery services vault is present. Required. :type resource_group_name: str - :param parameters: Prepare data move request. Is either a model type or a IO type. Required. + :param parameters: Prepare data move request. Is either a PrepareDataMoveRequest type or a IO + type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.PrepareDataMoveRequest or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. @@ -622,7 +623,8 @@ def begin_bms_trigger_data_move( :param resource_group_name: The name of the resource group where the recovery services vault is present. Required. :type resource_group_name: str - :param parameters: Trigger data move request. Is either a model type or a IO type. Required. + :param parameters: Trigger data move request. Is either a TriggerDataMoveRequest type or a IO + type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.TriggerDataMoveRequest or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. @@ -888,8 +890,8 @@ def begin_move_recovery_point( :type protected_item_name: str :param recovery_point_id: Required. :type recovery_point_id: str - :param parameters: Move Resource Across Tiers Request. Is either a model type or a IO type. - Required. + :param parameters: Move Resource Across Tiers Request. Is either a MoveRPAcrossTiersRequest + type or a IO type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.MoveRPAcrossTiersRequest or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_resource_guard_proxy_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_resource_guard_proxy_operations.py index 1f16797cd0b5..8ad1b9f8cb31 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_resource_guard_proxy_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_resource_guard_proxy_operations.py @@ -344,7 +344,8 @@ def put( :type resource_group_name: str :param resource_guard_proxy_name: Required. :type resource_guard_proxy_name: str - :param parameters: Request body for operation. Is either a model type or a IO type. Required. + :param parameters: Request body for operation. Is either a ResourceGuardProxyBaseResource type + or a IO type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.ResourceGuardProxyBaseResource or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. @@ -561,7 +562,8 @@ def unlock_delete( :type resource_group_name: str :param resource_guard_proxy_name: Required. :type resource_guard_proxy_name: str - :param parameters: Request body for operation. Is either a model type or a IO type. Required. + :param parameters: Request body for operation. Is either a UnlockDeleteRequest type or a IO + type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.UnlockDeleteRequest or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_restores_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_restores_operations.py index 0a47ed5ff2cd..ed67d1671b59 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_restores_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_restores_operations.py @@ -307,7 +307,8 @@ def begin_trigger( :param recovery_point_id: Recovery point ID which represents the backed up data to be restored. Required. :type recovery_point_id: str - :param parameters: resource restore request. Is either a model type or a IO type. Required. + :param parameters: resource restore request. Is either a RestoreRequestResource type or a IO + type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.RestoreRequestResource or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_security_pins_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_security_pins_operations.py index f369b431b1cb..fb33ce1bdb48 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_security_pins_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_security_pins_operations.py @@ -161,8 +161,8 @@ def get( :param resource_group_name: The name of the resource group where the recovery services vault is present. Required. :type resource_group_name: str - :param parameters: security pin request. Is either a model type or a IO type. Default value is - None. + :param parameters: security pin request. Is either a SecurityPinBase type or a IO type. Default + value is None. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.SecurityPinBase or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. Default value is None. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_validate_operation_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_validate_operation_operations.py index 0757f5c378b9..2cfdd73ff914 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_validate_operation_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp/operations/_validate_operation_operations.py @@ -247,8 +247,8 @@ def begin_trigger( :param resource_group_name: The name of the resource group where the recovery services vault is present. Required. :type resource_group_name: str - :param parameters: resource validate operation request. Is either a model type or a IO type. - Required. + :param parameters: resource validate operation request. Is either a ValidateOperationRequest + type or a IO type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.activestamp.models.ValidateOperationRequest or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/_recovery_services_backup_passive_client.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/_recovery_services_backup_passive_client.py index daa6e0e850eb..b0a00c19bb4b 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/_recovery_services_backup_passive_client.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/_recovery_services_backup_passive_client.py @@ -156,5 +156,5 @@ def __enter__(self) -> "RecoveryServicesBackupPassiveClient": self._client.__enter__() return self - def __exit__(self, *exc_details) -> None: + def __exit__(self, *exc_details: Any) -> None: self._client.__exit__(*exc_details) diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/_version.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/_version.py index e786ca9d2565..e5754a47ce68 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/_version.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "5.1.0" +VERSION = "1.0.0b1" diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/aio/_recovery_services_backup_passive_client.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/aio/_recovery_services_backup_passive_client.py index f19553db3162..9b654a04a402 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/aio/_recovery_services_backup_passive_client.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/aio/_recovery_services_backup_passive_client.py @@ -156,5 +156,5 @@ async def __aenter__(self) -> "RecoveryServicesBackupPassiveClient": await self._client.__aenter__() return self - async def __aexit__(self, *exc_details) -> None: + async def __aexit__(self, *exc_details: Any) -> None: await self._client.__aexit__(*exc_details) diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/aio/operations/_backup_crr_job_details_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/aio/operations/_backup_crr_job_details_operations.py index c6a73777786d..ff5b8ffd8e81 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/aio/operations/_backup_crr_job_details_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/aio/operations/_backup_crr_job_details_operations.py @@ -112,7 +112,7 @@ async def get( :param azure_region: Azure region to hit Api. Required. :type azure_region: str - :param parameters: CRR Job request. Is either a model type or a IO type. Required. + :param parameters: CRR Job request. Is either a CrrJobRequest type or a IO type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.passivestamp.models.CrrJobRequest or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. Default value is None. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/aio/operations/_backup_crr_jobs_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/aio/operations/_backup_crr_jobs_operations.py index ba74f02d42af..1ba8555e0aa3 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/aio/operations/_backup_crr_jobs_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/aio/operations/_backup_crr_jobs_operations.py @@ -138,7 +138,8 @@ def list( :param azure_region: Azure region to hit Api. Required. :type azure_region: str - :param parameters: Backup CRR Job request. Is either a model type or a IO type. Required. + :param parameters: Backup CRR Job request. Is either a CrrJobRequest type or a IO type. + Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.passivestamp.models.CrrJobRequest or IO :param filter: OData filter options. Default value is None. :type filter: str diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/aio/operations/_backup_resource_storage_configs_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/aio/operations/_backup_resource_storage_configs_operations.py index acc7d3e6a2d0..89426f004e30 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/aio/operations/_backup_resource_storage_configs_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/aio/operations/_backup_resource_storage_configs_operations.py @@ -197,7 +197,8 @@ async def update( :param resource_group_name: The name of the resource group where the recovery services vault is present. Required. :type resource_group_name: str - :param parameters: Vault storage config request. Is either a model type or a IO type. Required. + :param parameters: Vault storage config request. Is either a BackupResourceConfigResource type + or a IO type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.passivestamp.models.BackupResourceConfigResource or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. @@ -342,7 +343,8 @@ async def patch( # pylint: disable=inconsistent-return-statements :param resource_group_name: The name of the resource group where the recovery services vault is present. Required. :type resource_group_name: str - :param parameters: Vault storage config request. Is either a model type or a IO type. Required. + :param parameters: Vault storage config request. Is either a BackupResourceConfigResource type + or a IO type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.passivestamp.models.BackupResourceConfigResource or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/aio/operations/_cross_region_restore_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/aio/operations/_cross_region_restore_operations.py index e4dbb1fc0c8e..d7d2edf980c8 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/aio/operations/_cross_region_restore_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/aio/operations/_cross_region_restore_operations.py @@ -195,8 +195,8 @@ async def begin_trigger( :param azure_region: Azure region to hit Api. Required. :type azure_region: str - :param parameters: resource cross region restore request. Is either a model type or a IO type. - Required. + :param parameters: resource cross region restore request. Is either a CrossRegionRestoreRequest + type or a IO type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.passivestamp.models.CrossRegionRestoreRequest or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/aio/operations/_recovery_points_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/aio/operations/_recovery_points_operations.py index 06c21e96423c..ed605a72ffd3 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/aio/operations/_recovery_points_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/aio/operations/_recovery_points_operations.py @@ -168,7 +168,8 @@ async def get_access_token( :type protected_item_name: str :param recovery_point_id: Recovery Point Id. Required. :type recovery_point_id: str - :param parameters: Get Access Token request. Is either a model type or a IO type. Required. + :param parameters: Get Access Token request. Is either a AADPropertiesResource type or a IO + type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.passivestamp.models.AADPropertiesResource or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/operations/_backup_crr_job_details_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/operations/_backup_crr_job_details_operations.py index 67bda9999e6c..71954fc53b5f 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/operations/_backup_crr_job_details_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/operations/_backup_crr_job_details_operations.py @@ -146,7 +146,7 @@ def get( :param azure_region: Azure region to hit Api. Required. :type azure_region: str - :param parameters: CRR Job request. Is either a model type or a IO type. Required. + :param parameters: CRR Job request. Is either a CrrJobRequest type or a IO type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.passivestamp.models.CrrJobRequest or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. Default value is None. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/operations/_backup_crr_jobs_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/operations/_backup_crr_jobs_operations.py index 4223d268f1c5..1165710b5c42 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/operations/_backup_crr_jobs_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/operations/_backup_crr_jobs_operations.py @@ -183,7 +183,8 @@ def list( :param azure_region: Azure region to hit Api. Required. :type azure_region: str - :param parameters: Backup CRR Job request. Is either a model type or a IO type. Required. + :param parameters: Backup CRR Job request. Is either a CrrJobRequest type or a IO type. + Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.passivestamp.models.CrrJobRequest or IO :param filter: OData filter options. Default value is None. :type filter: str diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/operations/_backup_resource_storage_configs_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/operations/_backup_resource_storage_configs_operations.py index 192fe9c142b3..410a49e96281 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/operations/_backup_resource_storage_configs_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/operations/_backup_resource_storage_configs_operations.py @@ -287,7 +287,8 @@ def update( :param resource_group_name: The name of the resource group where the recovery services vault is present. Required. :type resource_group_name: str - :param parameters: Vault storage config request. Is either a model type or a IO type. Required. + :param parameters: Vault storage config request. Is either a BackupResourceConfigResource type + or a IO type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.passivestamp.models.BackupResourceConfigResource or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. @@ -432,7 +433,8 @@ def patch( # pylint: disable=inconsistent-return-statements :param resource_group_name: The name of the resource group where the recovery services vault is present. Required. :type resource_group_name: str - :param parameters: Vault storage config request. Is either a model type or a IO type. Required. + :param parameters: Vault storage config request. Is either a BackupResourceConfigResource type + or a IO type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.passivestamp.models.BackupResourceConfigResource or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/operations/_cross_region_restore_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/operations/_cross_region_restore_operations.py index f8785347496e..3c262c6d88de 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/operations/_cross_region_restore_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/operations/_cross_region_restore_operations.py @@ -229,8 +229,8 @@ def begin_trigger( :param azure_region: Azure region to hit Api. Required. :type azure_region: str - :param parameters: resource cross region restore request. Is either a model type or a IO type. - Required. + :param parameters: resource cross region restore request. Is either a CrossRegionRestoreRequest + type or a IO type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.passivestamp.models.CrossRegionRestoreRequest or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'. diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/operations/_recovery_points_operations.py b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/operations/_recovery_points_operations.py index 1374497471c1..700c35462c4c 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/operations/_recovery_points_operations.py +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp/operations/_recovery_points_operations.py @@ -216,7 +216,8 @@ def get_access_token( :type protected_item_name: str :param recovery_point_id: Recovery Point Id. Required. :type recovery_point_id: str - :param parameters: Get Access Token request. Is either a model type or a IO type. Required. + :param parameters: Get Access Token request. Is either a AADPropertiesResource type or a IO + type. Required. :type parameters: ~azure.mgmt.recoveryservicesbackup.passivestamp.models.AADPropertiesResource or IO :keyword content_type: Body Parameter content-type. Known values are: 'application/json'.