Skip to content

Commit 311a70a

Browse files
author
SDKAuto
committed
CodeGen from PR 33228 in Azure/azure-rest-api-specs
Merge 415d209ba9ae0b4f92a4843bd0b465e16b107ac2 into 7a5a8d753713d3db02d262128749427e98289887
1 parent 23163bc commit 311a70a

10 files changed

+19
-19
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"commit": "b43042075540b8d67cce7d3d9f70b9b9f5a359da",
2+
"commit": "59fb3fefbdd81d7d5a4404a86fb25df83d87645a",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
44
"autorest": "3.10.2",
55
"use": [
66
"@autorest/[email protected]",
77
"@autorest/[email protected]"
88
],
9-
"autorest_command": "autorest specification/quota/resource-manager/readme.md --generate-sample=True --generate-test=True --include-x-ms-examples-original-file=True --python --python-sdks-folder=/mnt/vss/_work/1/azure-sdk-for-python/sdk --use=@autorest/[email protected] --use=@autorest/[email protected] --version=3.10.2 --version-tolerant=False",
9+
"autorest_command": "autorest specification/quota/resource-manager/readme.md --generate-sample=True --generate-test=True --include-x-ms-examples-original-file=True --python --python-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-python/sdk --use=@autorest/[email protected] --use=@autorest/[email protected] --version=3.10.2 --version-tolerant=False",
1010
"readme": "specification/quota/resource-manager/readme.md"
1111
}

sdk/quota/azure-mgmt-quota/azure/mgmt/quota/_version.py

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

9-
VERSION = "2.0.0"
9+
VERSION = "1.0.0b3"

sdk/quota/azure-mgmt-quota/azure/mgmt/quota/aio/operations/_group_quota_limits_request_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ async def _update_initial(
132132

133133
response_headers = {}
134134
if response.status_code == 202:
135-
response_headers["Retry-After"] = self._deserialize("int", response.headers.get("Retry-After"))
135+
response_headers["Retry-After"] = self._deserialize("str", response.headers.get("Retry-After"))
136136
response_headers["Location"] = self._deserialize("str", response.headers.get("Location"))
137137
response_headers["Azure-AsyncOperation"] = self._deserialize(
138138
"str", response.headers.get("Azure-AsyncOperation")

sdk/quota/azure-mgmt-quota/azure/mgmt/quota/aio/operations/_group_quota_subscription_allocation_request_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ async def _update_initial(
130130

131131
response_headers = {}
132132
if response.status_code == 202:
133-
response_headers["Retry-After"] = self._deserialize("int", response.headers.get("Retry-After"))
133+
response_headers["Retry-After"] = self._deserialize("str", response.headers.get("Retry-After"))
134134
response_headers["Location"] = self._deserialize("str", response.headers.get("Location"))
135135
response_headers["Azure-AsyncOperation"] = self._deserialize(
136136
"str", response.headers.get("Azure-AsyncOperation")

sdk/quota/azure-mgmt-quota/azure/mgmt/quota/aio/operations/_group_quota_subscriptions_operations.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ async def _create_or_update_initial(
111111

112112
response_headers = {}
113113
if response.status_code == 201:
114-
response_headers["Retry-After"] = self._deserialize("int", response.headers.get("Retry-After"))
114+
response_headers["Retry-After"] = self._deserialize("str", response.headers.get("Retry-After"))
115115
response_headers["Location"] = self._deserialize("str", response.headers.get("Location"))
116116
response_headers["Azure-AsyncOperation"] = self._deserialize(
117117
"str", response.headers.get("Azure-AsyncOperation")
@@ -238,7 +238,7 @@ async def _update_initial(
238238

239239
response_headers = {}
240240
if response.status_code == 202:
241-
response_headers["Retry-After"] = self._deserialize("int", response.headers.get("Retry-After"))
241+
response_headers["Retry-After"] = self._deserialize("str", response.headers.get("Retry-After"))
242242
response_headers["Location"] = self._deserialize("str", response.headers.get("Location"))
243243
response_headers["Azure-AsyncOperation"] = self._deserialize(
244244
"str", response.headers.get("Azure-AsyncOperation")
@@ -363,7 +363,7 @@ async def _delete_initial(
363363

364364
response_headers = {}
365365
if response.status_code == 202:
366-
response_headers["Retry-After"] = self._deserialize("int", response.headers.get("Retry-After"))
366+
response_headers["Retry-After"] = self._deserialize("str", response.headers.get("Retry-After"))
367367
response_headers["Location"] = self._deserialize("str", response.headers.get("Location"))
368368
response_headers["Azure-AsyncOperation"] = self._deserialize(
369369
"str", response.headers.get("Azure-AsyncOperation")

sdk/quota/azure-mgmt-quota/azure/mgmt/quota/aio/operations/_group_quotas_operations.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ async def _create_or_update_initial(
130130

131131
response_headers = {}
132132
if response.status_code == 201:
133-
response_headers["Retry-After"] = self._deserialize("int", response.headers.get("Retry-After"))
133+
response_headers["Retry-After"] = self._deserialize("str", response.headers.get("Retry-After"))
134134
response_headers["Location"] = self._deserialize("str", response.headers.get("Location"))
135135
response_headers["Azure-AsyncOperation"] = self._deserialize(
136136
"str", response.headers.get("Azure-AsyncOperation")
@@ -362,7 +362,7 @@ async def _update_initial(
362362

363363
response_headers = {}
364364
if response.status_code == 202:
365-
response_headers["Retry-After"] = self._deserialize("int", response.headers.get("Retry-After"))
365+
response_headers["Retry-After"] = self._deserialize("str", response.headers.get("Retry-After"))
366366
response_headers["Location"] = self._deserialize("str", response.headers.get("Location"))
367367
response_headers["Azure-AsyncOperation"] = self._deserialize(
368368
"str", response.headers.get("Azure-AsyncOperation")
@@ -637,7 +637,7 @@ async def _delete_initial(
637637

638638
response_headers = {}
639639
if response.status_code == 202:
640-
response_headers["Retry-After"] = self._deserialize("int", response.headers.get("Retry-After"))
640+
response_headers["Retry-After"] = self._deserialize("str", response.headers.get("Retry-After"))
641641
response_headers["Location"] = self._deserialize("str", response.headers.get("Location"))
642642
response_headers["Azure-AsyncOperation"] = self._deserialize(
643643
"str", response.headers.get("Azure-AsyncOperation")

sdk/quota/azure-mgmt-quota/azure/mgmt/quota/operations/_group_quota_limits_request_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def _update_initial(
250250

251251
response_headers = {}
252252
if response.status_code == 202:
253-
response_headers["Retry-After"] = self._deserialize("int", response.headers.get("Retry-After"))
253+
response_headers["Retry-After"] = self._deserialize("str", response.headers.get("Retry-After"))
254254
response_headers["Location"] = self._deserialize("str", response.headers.get("Location"))
255255
response_headers["Azure-AsyncOperation"] = self._deserialize(
256256
"str", response.headers.get("Azure-AsyncOperation")

sdk/quota/azure-mgmt-quota/azure/mgmt/quota/operations/_group_quota_subscription_allocation_request_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ def _update_initial(
273273

274274
response_headers = {}
275275
if response.status_code == 202:
276-
response_headers["Retry-After"] = self._deserialize("int", response.headers.get("Retry-After"))
276+
response_headers["Retry-After"] = self._deserialize("str", response.headers.get("Retry-After"))
277277
response_headers["Location"] = self._deserialize("str", response.headers.get("Location"))
278278
response_headers["Azure-AsyncOperation"] = self._deserialize(
279279
"str", response.headers.get("Azure-AsyncOperation")

sdk/quota/azure-mgmt-quota/azure/mgmt/quota/operations/_group_quota_subscriptions_operations.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def _create_or_update_initial(
279279

280280
response_headers = {}
281281
if response.status_code == 201:
282-
response_headers["Retry-After"] = self._deserialize("int", response.headers.get("Retry-After"))
282+
response_headers["Retry-After"] = self._deserialize("str", response.headers.get("Retry-After"))
283283
response_headers["Location"] = self._deserialize("str", response.headers.get("Location"))
284284
response_headers["Azure-AsyncOperation"] = self._deserialize(
285285
"str", response.headers.get("Azure-AsyncOperation")
@@ -404,7 +404,7 @@ def _update_initial(self, management_group_id: str, group_quota_name: str, **kwa
404404

405405
response_headers = {}
406406
if response.status_code == 202:
407-
response_headers["Retry-After"] = self._deserialize("int", response.headers.get("Retry-After"))
407+
response_headers["Retry-After"] = self._deserialize("str", response.headers.get("Retry-After"))
408408
response_headers["Location"] = self._deserialize("str", response.headers.get("Location"))
409409
response_headers["Azure-AsyncOperation"] = self._deserialize(
410410
"str", response.headers.get("Azure-AsyncOperation")
@@ -527,7 +527,7 @@ def _delete_initial(self, management_group_id: str, group_quota_name: str, **kwa
527527

528528
response_headers = {}
529529
if response.status_code == 202:
530-
response_headers["Retry-After"] = self._deserialize("int", response.headers.get("Retry-After"))
530+
response_headers["Retry-After"] = self._deserialize("str", response.headers.get("Retry-After"))
531531
response_headers["Location"] = self._deserialize("str", response.headers.get("Location"))
532532
response_headers["Azure-AsyncOperation"] = self._deserialize(
533533
"str", response.headers.get("Azure-AsyncOperation")

sdk/quota/azure-mgmt-quota/azure/mgmt/quota/operations/_group_quotas_operations.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ def _create_or_update_initial(
289289

290290
response_headers = {}
291291
if response.status_code == 201:
292-
response_headers["Retry-After"] = self._deserialize("int", response.headers.get("Retry-After"))
292+
response_headers["Retry-After"] = self._deserialize("str", response.headers.get("Retry-After"))
293293
response_headers["Location"] = self._deserialize("str", response.headers.get("Location"))
294294
response_headers["Azure-AsyncOperation"] = self._deserialize(
295295
"str", response.headers.get("Azure-AsyncOperation")
@@ -521,7 +521,7 @@ def _update_initial(
521521

522522
response_headers = {}
523523
if response.status_code == 202:
524-
response_headers["Retry-After"] = self._deserialize("int", response.headers.get("Retry-After"))
524+
response_headers["Retry-After"] = self._deserialize("str", response.headers.get("Retry-After"))
525525
response_headers["Location"] = self._deserialize("str", response.headers.get("Location"))
526526
response_headers["Azure-AsyncOperation"] = self._deserialize(
527527
"str", response.headers.get("Azure-AsyncOperation")
@@ -794,7 +794,7 @@ def _delete_initial(self, management_group_id: str, group_quota_name: str, **kwa
794794

795795
response_headers = {}
796796
if response.status_code == 202:
797-
response_headers["Retry-After"] = self._deserialize("int", response.headers.get("Retry-After"))
797+
response_headers["Retry-After"] = self._deserialize("str", response.headers.get("Retry-After"))
798798
response_headers["Location"] = self._deserialize("str", response.headers.get("Location"))
799799
response_headers["Azure-AsyncOperation"] = self._deserialize(
800800
"str", response.headers.get("Azure-AsyncOperation")

0 commit comments

Comments
 (0)