Skip to content

Commit 03c053f

Browse files
author
SDKAuto
committed
CodeGen from PR 32903 in Azure/azure-rest-api-specs
Merge c56cf43d01d38efa8ff9f16a89a1463ca9af9fb6 into e436160e64c0f8d7fb20d662be2712f71f0a7ef5
1 parent aa5ecc4 commit 03c053f

File tree

115 files changed

+8861
-8219
lines changed

Some content is hidden

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

115 files changed

+8861
-8219
lines changed

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

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

3+
## 23.0.0 (2025-04-09)
4+
5+
### Features Added
6+
7+
- Added operation StorageAccountsOperations.check_storage_account_name_availability
8+
- Model BlobContainer has a new parameter system_data
9+
- Model BlobServiceProperties has a new parameter system_data
10+
- Model DeletedAccount has a new parameter system_data
11+
- Model EncryptionScope has a new parameter system_data
12+
- Model FileServiceProperties has a new parameter system_data
13+
- Model FileServiceUsage has a new parameter system_data
14+
- Model FileShare has a new parameter system_data
15+
- Model ImmutabilityPolicy has a new parameter system_data
16+
- Model ManagementPolicy has a new parameter system_data
17+
- Model ObjectReplicationPolicy has a new parameter system_data
18+
- Model Operation has a new parameter action_type
19+
- Model Operation has a new parameter is_data_action
20+
- Model OperationListResult has a new parameter next_link
21+
- Model PrivateEndpointConnection has a new parameter system_data
22+
- Model ProxyResource has a new parameter system_data
23+
- Model QueueServiceProperties has a new parameter system_data
24+
- Model Resource has a new parameter system_data
25+
- Model StorageAccount has a new parameter system_data
26+
- Model StorageAccountMigration has a new parameter system_data
27+
- Model StorageQueue has a new parameter system_data
28+
- Model StorageTaskAssignment has a new parameter system_data
29+
- Model StorageTaskReportInstance has a new parameter system_data
30+
- Model Table has a new parameter system_data
31+
- Model TableServiceProperties has a new parameter system_data
32+
- Model TrackedResource has a new parameter system_data
33+
34+
### Breaking Changes
35+
36+
- Model Operation no longer has parameter service_specification
37+
- Model ResourceAutoGenerated no longer has parameter system_data
38+
- Operation BlobContainersOperations.create_or_update_immutability_policy has a new required parameter immutability_policy_name
39+
- Operation BlobContainersOperations.delete_immutability_policy has a new required parameter immutability_policy_name
40+
- Operation BlobContainersOperations.extend_immutability_policy has a new required parameter immutability_policy_name
41+
- Operation BlobContainersOperations.get_immutability_policy has a new required parameter immutability_policy_name
42+
- Operation BlobContainersOperations.lock_immutability_policy has a new required parameter immutability_policy_name
43+
- Operation FileServicesOperations.get_service_properties has a new required parameter file_services_name
44+
- Operation FileServicesOperations.get_service_usage has a new required parameter file_service_usages_name
45+
- Operation FileServicesOperations.get_service_usage has a new required parameter file_services_name
46+
- Operation FileServicesOperations.list_service_usages has a new required parameter file_services_name
47+
- Operation FileServicesOperations.set_service_properties has a new required parameter file_services_name
48+
- Operation FileSharesOperations.create has a new required parameter file_services_name
49+
- Operation FileSharesOperations.delete has a new required parameter file_services_name
50+
- Operation FileSharesOperations.get has a new required parameter file_services_name
51+
- Operation FileSharesOperations.lease has a new required parameter file_services_name
52+
- Operation FileSharesOperations.list has a new required parameter file_services_name
53+
- Operation FileSharesOperations.restore has a new required parameter file_services_name
54+
- Operation FileSharesOperations.update has a new required parameter file_services_name
55+
- Parameter value of model FileServiceUsages is now required
56+
- Parameter value of model FileShareItems is now required
57+
- Parameter value of model ListContainerItems is now required
58+
- Parameter value of model ListQueueResource is now required
59+
- Parameter value of model ListTableResource is now required
60+
- Parameter value of model LocalUsers is now required
61+
- Parameter value of model NetworkSecurityPerimeterConfigurationList is now required
62+
- Parameter value of model StorageAccountListResult is now required
63+
- Parameter value of model StorageTaskAssignmentsList is now required
64+
- Parameter value of model StorageTaskReportSummary is now required
65+
- Removed operation StorageAccountsOperations.check_name_availability
66+
367
## 22.1.1 (2025-02-27)
468

569
### 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"commit": "2d73bd7fb1c68a8b6829fac1760bd0fc84ca5554",
2+
"commit": "c2f7f453aab57cf59aa174a7fd35e3f986fd557a",
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/_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 = "23.0.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 = "23.0.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 = "23.0.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 = "23.0.0"

sdk/storage/azure-mgmt-storage/azure/mgmt/storage/v2024_01_01/_metadata.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -105,29 +105,29 @@
105105
"async_imports": "{\"regular\": {\"sdkcore\": {\"azure.core.pipeline\": [\"policies\"], \"azure.mgmt.core.policies\": [\"ARMHttpLoggingPolicy\", \"AsyncARMChallengeAuthenticationPolicy\"]}, \"local\": {\".._version\": [\"VERSION\"]}}, \"conditional\": {\"stdlib\": {\"typing\": [\"Any\"]}}, \"typing\": {\"sdkcore\": {\"azure.core.credentials_async\": [\"AsyncTokenCredential\"]}}}"
106106
},
107107
"operation_groups": {
108-
"blob_services": "BlobServicesOperations",
109-
"blob_containers": "BlobContainersOperations",
110-
"file_services": "FileServicesOperations",
111-
"file_shares": "FileSharesOperations",
112-
"queue_services": "QueueServicesOperations",
113-
"queue": "QueueOperations",
114108
"operations": "Operations",
115-
"skus": "SkusOperations",
116109
"storage_accounts": "StorageAccountsOperations",
117110
"deleted_accounts": "DeletedAccountsOperations",
118111
"usages": "UsagesOperations",
119-
"management_policies": "ManagementPoliciesOperations",
112+
"skus": "SkusOperations",
113+
"blob_services": "BlobServicesOperations",
114+
"blob_containers": "BlobContainersOperations",
115+
"encryption_scopes": "EncryptionScopesOperations",
116+
"file_services": "FileServicesOperations",
117+
"file_shares": "FileSharesOperations",
120118
"blob_inventory_policies": "BlobInventoryPoliciesOperations",
121-
"private_endpoint_connections": "PrivateEndpointConnectionsOperations",
122-
"private_link_resources": "PrivateLinkResourcesOperations",
123-
"object_replication_policies": "ObjectReplicationPoliciesOperations",
124119
"local_users": "LocalUsersOperations",
125-
"encryption_scopes": "EncryptionScopesOperations",
126-
"table_services": "TableServicesOperations",
127-
"table": "TableOperations",
120+
"management_policies": "ManagementPoliciesOperations",
128121
"network_security_perimeter_configurations": "NetworkSecurityPerimeterConfigurationsOperations",
129-
"storage_task_assignments": "StorageTaskAssignmentsOperations",
122+
"object_replication_policies": "ObjectReplicationPoliciesOperations",
123+
"private_endpoint_connections": "PrivateEndpointConnectionsOperations",
124+
"private_link_resources": "PrivateLinkResourcesOperations",
125+
"queue_services": "QueueServicesOperations",
126+
"queue": "QueueOperations",
130127
"storage_task_assignments_instances_report": "StorageTaskAssignmentsInstancesReportOperations",
131-
"storage_task_assignment_instances_report": "StorageTaskAssignmentInstancesReportOperations"
128+
"storage_task_assignments": "StorageTaskAssignmentsOperations",
129+
"storage_task_assignment_instances_report": "StorageTaskAssignmentInstancesReportOperations",
130+
"table_services": "TableServicesOperations",
131+
"table": "TableOperations"
132132
}
133133
}

0 commit comments

Comments
 (0)