Skip to content

Commit 839cbb3

Browse files
[AutoRelease] t2-storage-2025-04-03-73783(can only be merged by SDK owner) (#40358)
* code and test * Update version to 22.2.0 and changelog * Update CHANGELOG.md --------- Co-authored-by: azure-sdk <PythonSdkPipelines> Co-authored-by: ChenxiJiang333 <[email protected]>
1 parent 81c99a0 commit 839cbb3

17 files changed

+35
-31
lines changed

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

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

3+
## 22.2.0 (2025-04-21)
4+
5+
### Features Added
6+
- Enum `ProvisioningState` added member `ACCEPTED`
7+
38
## 22.1.1 (2025-02-27)
49

510
### Bugs Fixed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pip install azure-identity
2424

2525
### Authentication
2626

27-
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configure of following environment variables.
27+
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the following environment variables.
2828

2929
- `AZURE_CLIENT_ID` for Azure client ID.
3030
- `AZURE_TENANT_ID` for Azure tenant ID.

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": "2d73bd7fb1c68a8b6829fac1760bd0fc84ca5554",
2+
"commit": "2ddcc49aa62928eff65f3864a88832fb4959166c",
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.1"
8+
VERSION = "22.2.0"

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.1"
9+
VERSION = "22.2.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.1.1"
9+
VERSION = "22.2.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.1.1"
9+
VERSION = "22.2.0"

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.1"
9+
VERSION = "22.2.0"

sdk/storage/azure-mgmt-storage/azure/mgmt/storage/v2024_01_01/aio/operations/_storage_accounts_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1399,7 +1399,7 @@ async def begin_failover(
13991399
primary use case of a Planned Failover is disaster recovery testing drills. This type of
14001400
failover is invoked by setting FailoverType parameter to 'Planned'. Learn more about the
14011401
failover options here-
1402-
https://learn.microsoft.com/en-us/azure/storage/common/storage-disaster-recovery-guidance.
1402+
https://learn.microsoft.com/azure/storage/common/storage-disaster-recovery-guidance.
14031403
14041404
:param resource_group_name: The name of the resource group within the user's subscription. The
14051405
name is case insensitive. Required.

sdk/storage/azure-mgmt-storage/azure/mgmt/storage/v2024_01_01/aio/operations/_storage_task_assignment_instances_report_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def list(
8484
:type maxpagesize: int
8585
:param filter: Optional. When specified, it can be used to query using reporting properties.
8686
See `Constructing Filter Strings
87-
<https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#constructing-filter-strings>`_
87+
<https://learn.microsoft.com/rest/api/storageservices/querying-tables-and-entities#constructing-filter-strings>`_
8888
for details. Default value is None.
8989
:type filter: str
9090
:return: An iterator like instance of either StorageTaskReportInstance or the result of

0 commit comments

Comments
 (0)