Skip to content

Commit 84ab348

Browse files
author
SDKAuto
committed
CodeGen from PR 32761 in Azure/azure-rest-api-specs
Merge 97a3c0035c4d0ce5d4231129c0f664aeb3bc9cf5 into df7c9b730f08e00dbe543b57235b36666563ff7d
1 parent 979e784 commit 84ab348

File tree

8 files changed

+13
-15
lines changed

8 files changed

+13
-15
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"commit": "1d424c359209fda4d6ec397e43267da82e87a070",
2+
"commit": "2bc204f3003fb26c256a4fc2ec0d3a529e8ac4a8",
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/storage/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/storage/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/storage/resource-manager/readme.md",
1111
"package-2023-01": "2023-07-20 11:56:40 -0700 3e6b4ddca225530c27273d0f816466a905c0151b Microsoft.Storage/stable/2023-01-01/table.json",
1212
"package-2022-09": "2022-11-13 19:43:16 -0800 da0cfefaa0e6c237e1e3819f1cb2e11d7606878d Microsoft.Storage/stable/2022-09-01/table.json",

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 = "1.0.0b1"

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 = "1.0.0b1"

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 = "1.0.0b1"

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 = "1.0.0b1"

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/models/_models_py3.py

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5098,7 +5098,7 @@ class ManagementPolicy(Resource):
50985098
:ivar last_modified_time: Returns the date and time the ManagementPolicies was last modified.
50995099
:vartype last_modified_time: ~datetime.datetime
51005100
:ivar policy: The Storage Account ManagementPolicy, in JSON format. See more details in:
5101-
https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
5101+
https://learn.microsoft.com/azure/storage/blobs/lifecycle-management-overview.
51025102
:vartype policy: ~azure.mgmt.storage.v2024_01_01.models.ManagementPolicySchema
51035103
"""
51045104

@@ -5120,7 +5120,7 @@ class ManagementPolicy(Resource):
51205120
def __init__(self, *, policy: Optional["_models.ManagementPolicySchema"] = None, **kwargs: Any) -> None:
51215121
"""
51225122
:keyword policy: The Storage Account ManagementPolicy, in JSON format. See more details in:
5123-
https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
5123+
https://learn.microsoft.com/azure/storage/blobs/lifecycle-management-overview.
51245124
:paramtype policy: ~azure.mgmt.storage.v2024_01_01.models.ManagementPolicySchema
51255125
"""
51265126
super().__init__(**kwargs)
@@ -5379,13 +5379,12 @@ def __init__(
53795379

53805380
class ManagementPolicySchema(_serialization.Model):
53815381
"""The Storage Account ManagementPolicies Rules. See more details in:
5382-
https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
5382+
https://learn.microsoft.com/azure/storage/blobs/lifecycle-management-overview.
53835383
53845384
All required parameters must be populated in order to send to server.
53855385
53865386
:ivar rules: The Storage Account ManagementPolicies Rules. See more details in:
5387-
https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
5388-
Required.
5387+
https://learn.microsoft.com/azure/storage/blobs/lifecycle-management-overview. Required.
53895388
:vartype rules: list[~azure.mgmt.storage.v2024_01_01.models.ManagementPolicyRule]
53905389
"""
53915390

@@ -5400,8 +5399,7 @@ class ManagementPolicySchema(_serialization.Model):
54005399
def __init__(self, *, rules: List["_models.ManagementPolicyRule"], **kwargs: Any) -> None:
54015400
"""
54025401
:keyword rules: The Storage Account ManagementPolicies Rules. See more details in:
5403-
https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
5404-
Required.
5402+
https://learn.microsoft.com/azure/storage/blobs/lifecycle-management-overview. Required.
54055403
:paramtype rules: list[~azure.mgmt.storage.v2024_01_01.models.ManagementPolicyRule]
54065404
"""
54075405
super().__init__(**kwargs)

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

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

0 commit comments

Comments
 (0)