Skip to content

Commit 097377d

Browse files
author
SDKAuto
committed
CodeGen from PR 32553 in Azure/azure-rest-api-specs
Merge 857523d0efe5eda1ada779408dbd0de56c89f504 into ed8fd7d032b7b456441bc69602e2205df808179e
1 parent 3a79e2c commit 097377d

File tree

290 files changed

+4010
-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.

290 files changed

+4010
-2420
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": "aa4ba9eb0ab21268118c11052b081ff5d2e01e4d",
2+
"commit": "e714d02e2ab697ca2ce31258823a72e829d27396",
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/_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/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 = "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.0.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.0.0"
9+
VERSION = "1.0.0b1"

sdk/storage/azure-mgmt-storage/azure/mgmt/storage/v2023_05_01/operations/_file_services_operations.py

Lines changed: 0 additions & 431 deletions
This file was deleted.

sdk/storage/azure-mgmt-storage/azure/mgmt/storage/v2023_05_01/_configuration.py renamed to sdk/storage/azure-mgmt-storage/azure/mgmt/storage/v2024_01_01/_configuration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ class StorageManagementClientConfiguration: # pylint: disable=too-many-instance
2727
:type credential: ~azure.core.credentials.TokenCredential
2828
:param subscription_id: The ID of the target subscription. Required.
2929
:type subscription_id: str
30-
:keyword api_version: Api Version. Default value is "2023-05-01". Note that overriding this
30+
:keyword api_version: Api Version. Default value is "2024-01-01". Note that overriding this
3131
default value may result in unsupported behavior.
3232
:paramtype api_version: str
3333
"""
3434

3535
def __init__(self, credential: "TokenCredential", subscription_id: str, **kwargs: Any) -> None:
36-
api_version: str = kwargs.pop("api_version", "2023-05-01")
36+
api_version: str = kwargs.pop("api_version", "2024-01-01")
3737

3838
if credential is None:
3939
raise ValueError("Parameter 'credential' must not be None.")

0 commit comments

Comments
 (0)