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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"autorest": "V2",
"use": "@microsoft.azure/autorest.python@~4.0.71",
"commit": "8eb10b6052b7073e9c56f7707772e3e01c9d9a8d",
"commit": "b2f374bef4d99395045b46dcf68c270c309cdc9e",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest_command": "autorest specification/recoveryservicesbackup/resource-manager/readme.md --keep-version-file --multiapi --no-async --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk [email protected]/autorest.python@~4.0.71 --version=V2",
"readme": "specification/recoveryservicesbackup/resource-manager/readme.md"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

from ._configuration import RecoveryServicesBackupClientConfiguration
from .operations import RecoveryServicesBackupClientOperationsMixin
from .operations import BackupResourceStorageConfigsNonCRROperations
from .operations import ProtectionIntentOperations
from .operations import BackupStatusOperations
from .operations import FeatureSupportOperations
Expand Down Expand Up @@ -76,8 +75,6 @@ class RecoveryServicesBackupClient(RecoveryServicesBackupClientOperationsMixin,
:ivar config: Configuration for client.
:vartype config: RecoveryServicesBackupClientConfiguration

:ivar backup_resource_storage_configs_non_crr: BackupResourceStorageConfigsNonCRR operations
:vartype backup_resource_storage_configs_non_crr: azure.mgmt.recoveryservicesbackup.operations.BackupResourceStorageConfigsNonCRROperations
:ivar protection_intent: ProtectionIntent operations
:vartype protection_intent: azure.mgmt.recoveryservicesbackup.operations.ProtectionIntentOperations
:ivar backup_status: BackupStatus operations
Expand Down Expand Up @@ -201,8 +198,6 @@ def __init__(
self._serialize = Serializer(client_models)
self._deserialize = Deserializer(client_models)

self.backup_resource_storage_configs_non_crr = BackupResourceStorageConfigsNonCRROperations(
self._client, self.config, self._serialize, self._deserialize)
self.protection_intent = ProtectionIntentOperations(
self._client, self.config, self._serialize, self._deserialize)
self.backup_status = BackupStatusOperations(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -595,8 +595,6 @@
SQLDataDirectoryType,
RestorePointQueryType,
RetentionDurationType,
StorageType,
StorageTypeState,
BackupManagementType,
JobStatus,
JobOperationType,
Expand All @@ -611,6 +609,8 @@
CreateMode,
HealthState,
ScheduleRunType,
StorageType,
StorageTypeState,
EnhancedSecurityState,
SoftDeleteFeatureState,
AzureFileShareType,
Expand Down Expand Up @@ -942,8 +942,6 @@
'SQLDataDirectoryType',
'RestorePointQueryType',
'RetentionDurationType',
'StorageType',
'StorageTypeState',
'BackupManagementType',
'JobStatus',
'JobOperationType',
Expand All @@ -958,6 +956,8 @@
'CreateMode',
'HealthState',
'ScheduleRunType',
'StorageType',
'StorageTypeState',
'EnhancedSecurityState',
'SoftDeleteFeatureState',
'AzureFileShareType',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -237,22 +237,6 @@ class RetentionDurationType(str, Enum):
years = "Years"


class StorageType(str, Enum):

invalid = "Invalid"
geo_redundant = "GeoRedundant"
locally_redundant = "LocallyRedundant"
zone_redundant = "ZoneRedundant"
read_access_geo_zone_redundant = "ReadAccessGeoZoneRedundant"


class StorageTypeState(str, Enum):

invalid = "Invalid"
locked = "Locked"
unlocked = "Unlocked"


class BackupManagementType(str, Enum):

invalid = "Invalid"
Expand Down Expand Up @@ -455,6 +439,22 @@ class ScheduleRunType(str, Enum):
weekly = "Weekly"


class StorageType(str, Enum):

invalid = "Invalid"
geo_redundant = "GeoRedundant"
locally_redundant = "LocallyRedundant"
zone_redundant = "ZoneRedundant"
read_access_geo_zone_redundant = "ReadAccessGeoZoneRedundant"


class StorageTypeState(str, Enum):

invalid = "Invalid"
locked = "Locked"
unlocked = "Unlocked"


class EnhancedSecurityState(str, Enum):

invalid = "Invalid"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
# regenerated.
# --------------------------------------------------------------------------

from ._backup_resource_storage_configs_non_crr_operations import BackupResourceStorageConfigsNonCRROperations
from ._protection_intent_operations import ProtectionIntentOperations
from ._backup_status_operations import BackupStatusOperations
from ._feature_support_operations import FeatureSupportOperations
Expand Down Expand Up @@ -65,7 +64,6 @@
from ._recovery_services_backup_client_operations import RecoveryServicesBackupClientOperationsMixin

__all__ = [
'BackupResourceStorageConfigsNonCRROperations',
'ProtectionIntentOperations',
'BackupStatusOperations',
'FeatureSupportOperations',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class BackupEnginesOperations(object):
:param config: Configuration of service client.
:param serializer: An object model serializer.
:param deserializer: An object model deserializer.
:ivar api_version: Client Api Version. Constant value: "2021-04-01".
:ivar api_version: Client Api Version. Constant value: "2021-06-01".
"""

models = models
Expand All @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer):
self._client = client
self._serialize = serializer
self._deserialize = deserializer
self.api_version = "2021-04-01"
self.api_version = "2021-06-01"

self.config = config

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class BackupJobsOperations(object):
:param config: Configuration of service client.
:param serializer: An object model serializer.
:param deserializer: An object model deserializer.
:ivar api_version: Client Api Version. Constant value: "2021-04-01".
:ivar api_version: Client Api Version. Constant value: "2021-06-01".
"""

models = models
Expand All @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer):
self._client = client
self._serialize = serializer
self._deserialize = deserializer
self.api_version = "2021-04-01"
self.api_version = "2021-06-01"

self.config = config

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class BackupOperationResultsOperations(object):
:param config: Configuration of service client.
:param serializer: An object model serializer.
:param deserializer: An object model deserializer.
:ivar api_version: Client Api Version. Constant value: "2021-04-01".
:ivar api_version: Client Api Version. Constant value: "2021-06-01".
"""

models = models
Expand All @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer):
self._client = client
self._serialize = serializer
self._deserialize = deserializer
self.api_version = "2021-04-01"
self.api_version = "2021-06-01"

self.config = config

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class BackupOperationStatusesOperations(object):
:param config: Configuration of service client.
:param serializer: An object model serializer.
:param deserializer: An object model deserializer.
:ivar api_version: Client Api Version. Constant value: "2021-04-01".
:ivar api_version: Client Api Version. Constant value: "2021-06-01".
"""

models = models
Expand All @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer):
self._client = client
self._serialize = serializer
self._deserialize = deserializer
self.api_version = "2021-04-01"
self.api_version = "2021-06-01"

self.config = config

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class BackupPoliciesOperations(object):
:param config: Configuration of service client.
:param serializer: An object model serializer.
:param deserializer: An object model deserializer.
:ivar api_version: Client Api Version. Constant value: "2021-04-01".
:ivar api_version: Client Api Version. Constant value: "2021-06-01".
"""

models = models
Expand All @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer):
self._client = client
self._serialize = serializer
self._deserialize = deserializer
self.api_version = "2021-04-01"
self.api_version = "2021-06-01"

self.config = config

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class BackupProtectableItemsOperations(object):
:param config: Configuration of service client.
:param serializer: An object model serializer.
:param deserializer: An object model deserializer.
:ivar api_version: Client Api Version. Constant value: "2021-04-01".
:ivar api_version: Client Api Version. Constant value: "2021-06-01".
"""

models = models
Expand All @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer):
self._client = client
self._serialize = serializer
self._deserialize = deserializer
self.api_version = "2021-04-01"
self.api_version = "2021-06-01"

self.config = config

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class BackupProtectedItemsOperations(object):
:param config: Configuration of service client.
:param serializer: An object model serializer.
:param deserializer: An object model deserializer.
:ivar api_version: Client Api Version. Constant value: "2021-04-01".
:ivar api_version: Client Api Version. Constant value: "2021-06-01".
"""

models = models
Expand All @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer):
self._client = client
self._serialize = serializer
self._deserialize = deserializer
self.api_version = "2021-04-01"
self.api_version = "2021-06-01"

self.config = config

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class BackupProtectionContainersOperations(object):
:param config: Configuration of service client.
:param serializer: An object model serializer.
:param deserializer: An object model deserializer.
:ivar api_version: Client Api Version. Constant value: "2021-04-01".
:ivar api_version: Client Api Version. Constant value: "2021-06-01".
"""

models = models
Expand All @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer):
self._client = client
self._serialize = serializer
self._deserialize = deserializer
self.api_version = "2021-04-01"
self.api_version = "2021-06-01"

self.config = config

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class BackupProtectionIntentOperations(object):
:param config: Configuration of service client.
:param serializer: An object model serializer.
:param deserializer: An object model deserializer.
:ivar api_version: Client Api Version. Constant value: "2021-04-01".
:ivar api_version: Client Api Version. Constant value: "2021-06-01".
"""

models = models
Expand All @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer):
self._client = client
self._serialize = serializer
self._deserialize = deserializer
self.api_version = "2021-04-01"
self.api_version = "2021-06-01"

self.config = config

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class BackupResourceEncryptionConfigsOperations(object):
:param config: Configuration of service client.
:param serializer: An object model serializer.
:param deserializer: An object model deserializer.
:ivar api_version: Client Api Version. Constant value: "2021-04-01".
:ivar api_version: Client Api Version. Constant value: "2021-06-01".
"""

models = models
Expand All @@ -34,7 +34,7 @@ def __init__(self, client, config, serializer, deserializer):
self._client = client
self._serialize = serializer
self._deserialize = deserializer
self.api_version = "2021-04-01"
self.api_version = "2021-06-01"

self.config = config

Expand Down
Loading