Skip to content

Commit ce62d91

Browse files
[AutoRelease] t2-storage-2025-02-12-42454(can only be merged by SDK owner) (Azure#39681)
* code and test * Update CHANGELOG with new SkuName members * Update release date in CHANGELOG.md --------- Co-authored-by: azure-sdk <PythonSdkPipelines> Co-authored-by: ChenxiJiang333 <[email protected]>
1 parent bcf7175 commit ce62d91

File tree

292 files changed

+4040
-2420
lines changed

Some content is hidden

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

292 files changed

+4040
-2420
lines changed

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

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

3+
## 22.1.0 (2025-02-19)
4+
5+
### Features Added
6+
7+
- Added operation FileServicesOperations.get_service_usage
8+
- Added operation FileServicesOperations.list_service_usages
9+
- Model FileShare has a new parameter file_share_paid_bursting
10+
- Model FileShare has a new parameter included_burst_iops
11+
- Model FileShare has a new parameter max_burst_credits_for_iops
12+
- Model FileShare has a new parameter next_allowed_provisioned_bandwidth_downgrade_time
13+
- Model FileShare has a new parameter next_allowed_provisioned_iops_downgrade_time
14+
- Model FileShare has a new parameter next_allowed_quota_downgrade_time
15+
- Model FileShare has a new parameter provisioned_bandwidth_mibps
16+
- Model FileShare has a new parameter provisioned_iops
17+
- Model FileShareItem has a new parameter file_share_paid_bursting
18+
- Model FileShareItem has a new parameter included_burst_iops
19+
- Model FileShareItem has a new parameter max_burst_credits_for_iops
20+
- Model FileShareItem has a new parameter next_allowed_provisioned_bandwidth_downgrade_time
21+
- Model FileShareItem has a new parameter next_allowed_provisioned_iops_downgrade_time
22+
- Model FileShareItem has a new parameter next_allowed_quota_downgrade_time
23+
- Model FileShareItem has a new parameter provisioned_bandwidth_mibps
24+
- Model FileShareItem has a new parameter provisioned_iops
25+
- Model ObjectReplicationPolicy has a new parameter metrics
26+
- Enum `SkuName` added member `STANDARD_V2_LRS`
27+
- Enum `SkuName` added member `STANDARD_V2_GRS`
28+
- Enum `SkuName` added member `STANDARD_V2_ZRS`
29+
- Enum `SkuName` added member `STANDARD_V2_GZRS`
30+
- Enum `SkuName` added member `PREMIUM_V2_LRS`
31+
- Enum `SkuName` added member `PREMIUM_V2_ZRS`
32+
333
## 22.0.0 (2025-01-15)
434

535
### Breaking Changes

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": "aa4ba9eb0ab21268118c11052b081ff5d2e01e4d",
2+
"commit": "1d424c359209fda4d6ec397e43267da82e87a070",
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/_storage_management_client.py

Lines changed: 76 additions & 76 deletions
Large diffs are not rendered by default.

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.0.0"
8+
VERSION = "22.1.0"

sdk/storage/azure-mgmt-storage/azure/mgmt/storage/aio/_storage_management_client.py

Lines changed: 76 additions & 76 deletions
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# license information.
66
# --------------------------------------------------------------------------
77
from .v2017_10_01.models import *
8-
from .v2023_05_01.models import *
8+
from .v2024_01_01.models import *

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.0.0"
9+
VERSION = "22.1.0"

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.0.0"
9+
VERSION = "22.1.0"

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.0.0"
9+
VERSION = "22.1.0"

0 commit comments

Comments
 (0)