Skip to content

Commit 8a78aad

Browse files
azure-sdkChenxiJiang333msyyc
authored
[AutoRelease] t2-storage-2025-02-27-92018(can only be merged by SDK owner) (#39881)
* code and test * Update version to 21.1.1 and changelog * Update changelog for bug fixes * Update version to 22.1.1 in files --------- Co-authored-by: azure-sdk <PythonSdkPipelines> Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com> Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
1 parent 78f07c5 commit 8a78aad

File tree

8 files changed

+18
-12
lines changed

8 files changed

+18
-12
lines changed

sdk/storage/azure-mgmt-storage/CHANGELOG.md

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

3+
## 22.1.1 (2025-02-27)
4+
5+
### Bugs Fixed
6+
7+
- Fix deserialization error for model `FileShare` and `FileShareItem`
8+
39
## 22.1.0 (2025-02-19)
410

511
### Features Added

sdk/storage/azure-mgmt-storage/_meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"commit": "1d424c359209fda4d6ec397e43267da82e87a070",
2+
"commit": "2d73bd7fb1c68a8b6829fac1760bd0fc84ca5554",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
44
"autorest": "3.10.2",
55
"use": [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# license information.
66
# --------------------------------------------------------------------------
77

8-
VERSION = "22.1.0"
8+
VERSION = "22.1.1"

sdk/storage/azure-mgmt-storage/azure/mgmt/storage/v2016_01_01/_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 = "22.1.0"
9+
VERSION = "22.1.1"

sdk/storage/azure-mgmt-storage/azure/mgmt/storage/v2017_10_01/_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 = "22.1.0"
9+
VERSION = "22.1.1"

sdk/storage/azure-mgmt-storage/azure/mgmt/storage/v2019_06_01/_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 = "22.1.0"
9+
VERSION = "22.1.1"

sdk/storage/azure-mgmt-storage/azure/mgmt/storage/v2024_01_01/_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 = "22.1.0"
9+
VERSION = "22.1.1"

sdk/storage/azure-mgmt-storage/azure/mgmt/storage/v2024_01_01/models/_models_py3.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3045,14 +3045,14 @@ class FileShare(AzureEntityResource):
30453045
"provisioned_bandwidth_mibps": {"key": "properties.provisionedBandwidthMibps", "type": "int"},
30463046
"included_burst_iops": {"key": "properties.includedBurstIops", "type": "int"},
30473047
"max_burst_credits_for_iops": {"key": "properties.maxBurstCreditsForIops", "type": "int"},
3048-
"next_allowed_quota_downgrade_time": {"key": "properties.nextAllowedQuotaDowngradeTime", "type": "iso-8601"},
3048+
"next_allowed_quota_downgrade_time": {"key": "properties.nextAllowedQuotaDowngradeTime", "type": "rfc-1123"},
30493049
"next_allowed_provisioned_iops_downgrade_time": {
30503050
"key": "properties.nextAllowedProvisionedIopsDowngradeTime",
3051-
"type": "iso-8601",
3051+
"type": "rfc-1123",
30523052
},
30533053
"next_allowed_provisioned_bandwidth_downgrade_time": {
30543054
"key": "properties.nextAllowedProvisionedBandwidthDowngradeTime",
3055-
"type": "iso-8601",
3055+
"type": "rfc-1123",
30563056
},
30573057
"enabled_protocols": {"key": "properties.enabledProtocols", "type": "str"},
30583058
"root_squash": {"key": "properties.rootSquash", "type": "str"},
@@ -3281,14 +3281,14 @@ class FileShareItem(AzureEntityResource):
32813281
"provisioned_bandwidth_mibps": {"key": "properties.provisionedBandwidthMibps", "type": "int"},
32823282
"included_burst_iops": {"key": "properties.includedBurstIops", "type": "int"},
32833283
"max_burst_credits_for_iops": {"key": "properties.maxBurstCreditsForIops", "type": "int"},
3284-
"next_allowed_quota_downgrade_time": {"key": "properties.nextAllowedQuotaDowngradeTime", "type": "iso-8601"},
3284+
"next_allowed_quota_downgrade_time": {"key": "properties.nextAllowedQuotaDowngradeTime", "type": "rfc-1123"},
32853285
"next_allowed_provisioned_iops_downgrade_time": {
32863286
"key": "properties.nextAllowedProvisionedIopsDowngradeTime",
3287-
"type": "iso-8601",
3287+
"type": "rfc-1123",
32883288
},
32893289
"next_allowed_provisioned_bandwidth_downgrade_time": {
32903290
"key": "properties.nextAllowedProvisionedBandwidthDowngradeTime",
3291-
"type": "iso-8601",
3291+
"type": "rfc-1123",
32923292
},
32933293
"enabled_protocols": {"key": "properties.enabledProtocols", "type": "str"},
32943294
"root_squash": {"key": "properties.rootSquash", "type": "str"},

0 commit comments

Comments
 (0)