Skip to content

Commit 8f01204

Browse files
author
SDKAuto
committed
CodeGen from PR 16853 in Azure/azure-rest-api-specs
Merge 91487352d96206a5e3ce03b0db0001013f8de087 into 31efd71
1 parent 2a1a60e commit 8f01204

File tree

62 files changed

+444
-272
lines changed

Some content is hidden

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

62 files changed

+444
-272
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@autorest/[email protected]",
55
"@autorest/[email protected]"
66
],
7-
"commit": "4cec1770664631fced06a1d83d79ebc3d2ca74db",
7+
"commit": "76096bc3e1d0f9b1389ec55bc1362f92f583f8c7",
88
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
99
"autorest_command": "autorest specification/recoveryservicessiterecovery/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk --track2 --use=@autorest/[email protected] --use=@autorest/[email protected] --version=3.4.5",
1010
"readme": "specification/recoveryservicessiterecovery/resource-manager/readme.md"

sdk/recoveryservices/azure-mgmt-recoveryservicessiterecovery/azure/mgmt/recoveryservicessiterecovery/_configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def __init__(
6060
self.subscription_id = subscription_id
6161
self.resource_group_name = resource_group_name
6262
self.resource_name = resource_name
63-
self.api_version = "2021-06-01"
63+
self.api_version = "2021-10-01"
6464
self.credential_scopes = kwargs.pop('credential_scopes', ['https://management.azure.com/.default'])
6565
kwargs.setdefault('sdk_moniker', 'mgmt-recoveryservicessiterecovery/{}'.format(VERSION))
6666
self._configure(**kwargs)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"chosen_version": "2021-06-01",
3-
"total_api_version_list": ["2021-06-01"],
2+
"chosen_version": "2021-10-01",
3+
"total_api_version_list": ["2021-10-01"],
44
"client": {
55
"name": "SiteRecoveryManagementClient",
66
"filename": "_site_recovery_management_client",

sdk/recoveryservices/azure-mgmt-recoveryservicessiterecovery/azure/mgmt/recoveryservicessiterecovery/aio/_configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def __init__(
5757
self.subscription_id = subscription_id
5858
self.resource_group_name = resource_group_name
5959
self.resource_name = resource_name
60-
self.api_version = "2021-06-01"
60+
self.api_version = "2021-10-01"
6161
self.credential_scopes = kwargs.pop('credential_scopes', ['https://management.azure.com/.default'])
6262
kwargs.setdefault('sdk_moniker', 'mgmt-recoveryservicessiterecovery/{}'.format(VERSION))
6363
self._configure(**kwargs)

sdk/recoveryservices/azure-mgmt-recoveryservicessiterecovery/azure/mgmt/recoveryservicessiterecovery/aio/operations/_migration_recovery_points_operations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def list_by_replication_migration_items(
6868
401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError
6969
}
7070
error_map.update(kwargs.pop('error_map', {}))
71-
api_version = "2021-06-01"
71+
api_version = "2021-10-01"
7272
accept = "application/json"
7373

7474
def prepare_request(next_link=None):
@@ -153,7 +153,7 @@ async def get(
153153
401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError
154154
}
155155
error_map.update(kwargs.pop('error_map', {}))
156-
api_version = "2021-06-01"
156+
api_version = "2021-10-01"
157157
accept = "application/json"
158158

159159
# Construct URL

sdk/recoveryservices/azure-mgmt-recoveryservicessiterecovery/azure/mgmt/recoveryservicessiterecovery/aio/operations/_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def list(
5959
401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError
6060
}
6161
error_map.update(kwargs.pop('error_map', {}))
62-
api_version = "2021-06-01"
62+
api_version = "2021-10-01"
6363
accept = "application/json"
6464

6565
def prepare_request(next_link=None):

sdk/recoveryservices/azure-mgmt-recoveryservicessiterecovery/azure/mgmt/recoveryservicessiterecovery/aio/operations/_recovery_points_operations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def list_by_replication_protected_items(
6868
401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError
6969
}
7070
error_map.update(kwargs.pop('error_map', {}))
71-
api_version = "2021-06-01"
71+
api_version = "2021-10-01"
7272
accept = "application/json"
7373

7474
def prepare_request(next_link=None):
@@ -153,7 +153,7 @@ async def get(
153153
401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError
154154
}
155155
error_map.update(kwargs.pop('error_map', {}))
156-
api_version = "2021-06-01"
156+
api_version = "2021-10-01"
157157
accept = "application/json"
158158

159159
# Construct URL

sdk/recoveryservices/azure-mgmt-recoveryservicessiterecovery/azure/mgmt/recoveryservicessiterecovery/aio/operations/_replication_alert_settings_operations.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def list(
5959
401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError
6060
}
6161
error_map.update(kwargs.pop('error_map', {}))
62-
api_version = "2021-06-01"
62+
api_version = "2021-10-01"
6363
accept = "application/json"
6464

6565
def prepare_request(next_link=None):
@@ -132,7 +132,7 @@ async def get(
132132
401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError
133133
}
134134
error_map.update(kwargs.pop('error_map', {}))
135-
api_version = "2021-06-01"
135+
api_version = "2021-10-01"
136136
accept = "application/json"
137137

138138
# Construct URL
@@ -193,7 +193,7 @@ async def create(
193193
401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError
194194
}
195195
error_map.update(kwargs.pop('error_map', {}))
196-
api_version = "2021-06-01"
196+
api_version = "2021-10-01"
197197
content_type = kwargs.pop("content_type", "application/json")
198198
accept = "application/json"
199199

sdk/recoveryservices/azure-mgmt-recoveryservicessiterecovery/azure/mgmt/recoveryservicessiterecovery/aio/operations/_replication_eligibility_results_operations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ async def list(
6161
401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError
6262
}
6363
error_map.update(kwargs.pop('error_map', {}))
64-
api_version = "2021-06-01"
64+
api_version = "2021-10-01"
6565
accept = "application/json"
6666

6767
# Construct URL
@@ -118,7 +118,7 @@ async def get(
118118
401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError
119119
}
120120
error_map.update(kwargs.pop('error_map', {}))
121-
api_version = "2021-06-01"
121+
api_version = "2021-10-01"
122122
accept = "application/json"
123123

124124
# Construct URL

sdk/recoveryservices/azure-mgmt-recoveryservicessiterecovery/azure/mgmt/recoveryservicessiterecovery/aio/operations/_replication_events_operations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def list(
6262
401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError
6363
}
6464
error_map.update(kwargs.pop('error_map', {}))
65-
api_version = "2021-06-01"
65+
api_version = "2021-10-01"
6666
accept = "application/json"
6767

6868
def prepare_request(next_link=None):
@@ -137,7 +137,7 @@ async def get(
137137
401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError
138138
}
139139
error_map.update(kwargs.pop('error_map', {}))
140-
api_version = "2021-06-01"
140+
api_version = "2021-10-01"
141141
accept = "application/json"
142142

143143
# Construct URL

0 commit comments

Comments
 (0)