Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sdk/storage/azure-mgmt-storage/_meta.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"commit": "aa4ba9eb0ab21268118c11052b081ff5d2e01e4d",
"commit": "e714d02e2ab697ca2ce31258823a72e829d27396",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest": "3.10.2",
"use": [
"@autorest/[email protected]",
"@autorest/[email protected]"
],
"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",
"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",
"readme": "specification/storage/resource-manager/readme.md",
"package-2023-01": "2023-07-20 11:56:40 -0700 3e6b4ddca225530c27273d0f816466a905c0151b Microsoft.Storage/stable/2023-01-01/table.json",
"package-2022-09": "2022-11-13 19:43:16 -0800 da0cfefaa0e6c237e1e3819f1cb2e11d7606878d Microsoft.Storage/stable/2022-09-01/table.json",
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# license information.
# --------------------------------------------------------------------------
from .v2017_10_01.models import *
from .v2023_05_01.models import *
from .v2024_01_01.models import *
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "22.0.0"
VERSION = "1.0.0b1"
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "22.0.0"
VERSION = "1.0.0b1"
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "22.0.0"
VERSION = "1.0.0b1"

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ class StorageManagementClientConfiguration: # pylint: disable=too-many-instance
:type credential: ~azure.core.credentials.TokenCredential
:param subscription_id: The ID of the target subscription. Required.
:type subscription_id: str
:keyword api_version: Api Version. Default value is "2023-05-01". Note that overriding this
:keyword api_version: Api Version. Default value is "2024-01-01". Note that overriding this
default value may result in unsupported behavior.
:paramtype api_version: str
"""

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

if credential is None:
raise ValueError("Parameter 'credential' must not be None.")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"chosen_version": "2023-05-01",
"total_api_version_list": ["2023-05-01"],
"chosen_version": "2024-01-01",
"total_api_version_list": ["2024-01-01"],
"client": {
"name": "StorageManagementClient",
"filename": "_storage_management_client",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,73 +53,73 @@ class StorageManagementClient: # pylint: disable=too-many-instance-attributes
"""The Azure Storage Management API.

:ivar blob_services: BlobServicesOperations operations
:vartype blob_services: azure.mgmt.storage.v2023_05_01.operations.BlobServicesOperations
:vartype blob_services: azure.mgmt.storage.v2024_01_01.operations.BlobServicesOperations
:ivar blob_containers: BlobContainersOperations operations
:vartype blob_containers: azure.mgmt.storage.v2023_05_01.operations.BlobContainersOperations
:vartype blob_containers: azure.mgmt.storage.v2024_01_01.operations.BlobContainersOperations
:ivar file_services: FileServicesOperations operations
:vartype file_services: azure.mgmt.storage.v2023_05_01.operations.FileServicesOperations
:vartype file_services: azure.mgmt.storage.v2024_01_01.operations.FileServicesOperations
:ivar file_shares: FileSharesOperations operations
:vartype file_shares: azure.mgmt.storage.v2023_05_01.operations.FileSharesOperations
:vartype file_shares: azure.mgmt.storage.v2024_01_01.operations.FileSharesOperations
:ivar queue_services: QueueServicesOperations operations
:vartype queue_services: azure.mgmt.storage.v2023_05_01.operations.QueueServicesOperations
:vartype queue_services: azure.mgmt.storage.v2024_01_01.operations.QueueServicesOperations
:ivar queue: QueueOperations operations
:vartype queue: azure.mgmt.storage.v2023_05_01.operations.QueueOperations
:vartype queue: azure.mgmt.storage.v2024_01_01.operations.QueueOperations
:ivar operations: Operations operations
:vartype operations: azure.mgmt.storage.v2023_05_01.operations.Operations
:vartype operations: azure.mgmt.storage.v2024_01_01.operations.Operations
:ivar skus: SkusOperations operations
:vartype skus: azure.mgmt.storage.v2023_05_01.operations.SkusOperations
:vartype skus: azure.mgmt.storage.v2024_01_01.operations.SkusOperations
:ivar storage_accounts: StorageAccountsOperations operations
:vartype storage_accounts: azure.mgmt.storage.v2023_05_01.operations.StorageAccountsOperations
:vartype storage_accounts: azure.mgmt.storage.v2024_01_01.operations.StorageAccountsOperations
:ivar deleted_accounts: DeletedAccountsOperations operations
:vartype deleted_accounts: azure.mgmt.storage.v2023_05_01.operations.DeletedAccountsOperations
:vartype deleted_accounts: azure.mgmt.storage.v2024_01_01.operations.DeletedAccountsOperations
:ivar usages: UsagesOperations operations
:vartype usages: azure.mgmt.storage.v2023_05_01.operations.UsagesOperations
:vartype usages: azure.mgmt.storage.v2024_01_01.operations.UsagesOperations
:ivar management_policies: ManagementPoliciesOperations operations
:vartype management_policies:
azure.mgmt.storage.v2023_05_01.operations.ManagementPoliciesOperations
azure.mgmt.storage.v2024_01_01.operations.ManagementPoliciesOperations
:ivar blob_inventory_policies: BlobInventoryPoliciesOperations operations
:vartype blob_inventory_policies:
azure.mgmt.storage.v2023_05_01.operations.BlobInventoryPoliciesOperations
azure.mgmt.storage.v2024_01_01.operations.BlobInventoryPoliciesOperations
:ivar private_endpoint_connections: PrivateEndpointConnectionsOperations operations
:vartype private_endpoint_connections:
azure.mgmt.storage.v2023_05_01.operations.PrivateEndpointConnectionsOperations
azure.mgmt.storage.v2024_01_01.operations.PrivateEndpointConnectionsOperations
:ivar private_link_resources: PrivateLinkResourcesOperations operations
:vartype private_link_resources:
azure.mgmt.storage.v2023_05_01.operations.PrivateLinkResourcesOperations
azure.mgmt.storage.v2024_01_01.operations.PrivateLinkResourcesOperations
:ivar object_replication_policies: ObjectReplicationPoliciesOperations operations
:vartype object_replication_policies:
azure.mgmt.storage.v2023_05_01.operations.ObjectReplicationPoliciesOperations
azure.mgmt.storage.v2024_01_01.operations.ObjectReplicationPoliciesOperations
:ivar local_users: LocalUsersOperations operations
:vartype local_users: azure.mgmt.storage.v2023_05_01.operations.LocalUsersOperations
:vartype local_users: azure.mgmt.storage.v2024_01_01.operations.LocalUsersOperations
:ivar encryption_scopes: EncryptionScopesOperations operations
:vartype encryption_scopes:
azure.mgmt.storage.v2023_05_01.operations.EncryptionScopesOperations
azure.mgmt.storage.v2024_01_01.operations.EncryptionScopesOperations
:ivar table_services: TableServicesOperations operations
:vartype table_services: azure.mgmt.storage.v2023_05_01.operations.TableServicesOperations
:vartype table_services: azure.mgmt.storage.v2024_01_01.operations.TableServicesOperations
:ivar table: TableOperations operations
:vartype table: azure.mgmt.storage.v2023_05_01.operations.TableOperations
:vartype table: azure.mgmt.storage.v2024_01_01.operations.TableOperations
:ivar network_security_perimeter_configurations:
NetworkSecurityPerimeterConfigurationsOperations operations
:vartype network_security_perimeter_configurations:
azure.mgmt.storage.v2023_05_01.operations.NetworkSecurityPerimeterConfigurationsOperations
azure.mgmt.storage.v2024_01_01.operations.NetworkSecurityPerimeterConfigurationsOperations
:ivar storage_task_assignments: StorageTaskAssignmentsOperations operations
:vartype storage_task_assignments:
azure.mgmt.storage.v2023_05_01.operations.StorageTaskAssignmentsOperations
azure.mgmt.storage.v2024_01_01.operations.StorageTaskAssignmentsOperations
:ivar storage_task_assignments_instances_report:
StorageTaskAssignmentsInstancesReportOperations operations
:vartype storage_task_assignments_instances_report:
azure.mgmt.storage.v2023_05_01.operations.StorageTaskAssignmentsInstancesReportOperations
azure.mgmt.storage.v2024_01_01.operations.StorageTaskAssignmentsInstancesReportOperations
:ivar storage_task_assignment_instances_report: StorageTaskAssignmentInstancesReportOperations
operations
:vartype storage_task_assignment_instances_report:
azure.mgmt.storage.v2023_05_01.operations.StorageTaskAssignmentInstancesReportOperations
azure.mgmt.storage.v2024_01_01.operations.StorageTaskAssignmentInstancesReportOperations
:param credential: Credential needed for the client to connect to Azure. Required.
:type credential: ~azure.core.credentials.TokenCredential
:param subscription_id: The ID of the target subscription. Required.
:type subscription_id: str
:param base_url: Service URL. Default value is "https://management.azure.com".
:type base_url: str
:keyword api_version: Api Version. Default value is "2023-05-01". Note that overriding this
:keyword api_version: Api Version. Default value is "2024-01-01". Note that overriding this
default value may result in unsupported behavior.
:paramtype api_version: str
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
Expand Down Expand Up @@ -161,66 +161,66 @@ def __init__(
self._deserialize = Deserializer(client_models)
self._serialize.client_side_validation = False
self.blob_services = BlobServicesOperations(
self._client, self._config, self._serialize, self._deserialize, "2023-05-01"
self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
)
self.blob_containers = BlobContainersOperations(
self._client, self._config, self._serialize, self._deserialize, "2023-05-01"
self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
)
self.file_services = FileServicesOperations(
self._client, self._config, self._serialize, self._deserialize, "2023-05-01"
self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
)
self.file_shares = FileSharesOperations(
self._client, self._config, self._serialize, self._deserialize, "2023-05-01"
self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
)
self.queue_services = QueueServicesOperations(
self._client, self._config, self._serialize, self._deserialize, "2023-05-01"
self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
)
self.queue = QueueOperations(self._client, self._config, self._serialize, self._deserialize, "2023-05-01")
self.operations = Operations(self._client, self._config, self._serialize, self._deserialize, "2023-05-01")
self.skus = SkusOperations(self._client, self._config, self._serialize, self._deserialize, "2023-05-01")
self.queue = QueueOperations(self._client, self._config, self._serialize, self._deserialize, "2024-01-01")
self.operations = Operations(self._client, self._config, self._serialize, self._deserialize, "2024-01-01")
self.skus = SkusOperations(self._client, self._config, self._serialize, self._deserialize, "2024-01-01")
self.storage_accounts = StorageAccountsOperations(
self._client, self._config, self._serialize, self._deserialize, "2023-05-01"
self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
)
self.deleted_accounts = DeletedAccountsOperations(
self._client, self._config, self._serialize, self._deserialize, "2023-05-01"
self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
)
self.usages = UsagesOperations(self._client, self._config, self._serialize, self._deserialize, "2023-05-01")
self.usages = UsagesOperations(self._client, self._config, self._serialize, self._deserialize, "2024-01-01")
self.management_policies = ManagementPoliciesOperations(
self._client, self._config, self._serialize, self._deserialize, "2023-05-01"
self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
)
self.blob_inventory_policies = BlobInventoryPoliciesOperations(
self._client, self._config, self._serialize, self._deserialize, "2023-05-01"
self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
)
self.private_endpoint_connections = PrivateEndpointConnectionsOperations(
self._client, self._config, self._serialize, self._deserialize, "2023-05-01"
self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
)
self.private_link_resources = PrivateLinkResourcesOperations(
self._client, self._config, self._serialize, self._deserialize, "2023-05-01"
self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
)
self.object_replication_policies = ObjectReplicationPoliciesOperations(
self._client, self._config, self._serialize, self._deserialize, "2023-05-01"
self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
)
self.local_users = LocalUsersOperations(
self._client, self._config, self._serialize, self._deserialize, "2023-05-01"
self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
)
self.encryption_scopes = EncryptionScopesOperations(
self._client, self._config, self._serialize, self._deserialize, "2023-05-01"
self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
)
self.table_services = TableServicesOperations(
self._client, self._config, self._serialize, self._deserialize, "2023-05-01"
self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
)
self.table = TableOperations(self._client, self._config, self._serialize, self._deserialize, "2023-05-01")
self.table = TableOperations(self._client, self._config, self._serialize, self._deserialize, "2024-01-01")
self.network_security_perimeter_configurations = NetworkSecurityPerimeterConfigurationsOperations(
self._client, self._config, self._serialize, self._deserialize, "2023-05-01"
self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
)
self.storage_task_assignments = StorageTaskAssignmentsOperations(
self._client, self._config, self._serialize, self._deserialize, "2023-05-01"
self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
)
self.storage_task_assignments_instances_report = StorageTaskAssignmentsInstancesReportOperations(
self._client, self._config, self._serialize, self._deserialize, "2023-05-01"
self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
)
self.storage_task_assignment_instances_report = StorageTaskAssignmentInstancesReportOperations(
self._client, self._config, self._serialize, self._deserialize, "2023-05-01"
self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
)

def _send_request(self, request: HttpRequest, *, stream: bool = False, **kwargs: Any) -> HttpResponse:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "22.0.0"
VERSION = "1.0.0b1"
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ class StorageManagementClientConfiguration: # pylint: disable=too-many-instance
:type credential: ~azure.core.credentials_async.AsyncTokenCredential
:param subscription_id: The ID of the target subscription. Required.
:type subscription_id: str
:keyword api_version: Api Version. Default value is "2023-05-01". Note that overriding this
:keyword api_version: Api Version. Default value is "2024-01-01". Note that overriding this
default value may result in unsupported behavior.
:paramtype api_version: str
"""

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

if credential is None:
raise ValueError("Parameter 'credential' must not be None.")
Expand Down
Loading