Skip to content

Commit f9f50be

Browse files
[AutoRelease] t2-storagecache-2025-09-04-70138(can only be merged by SDK owner) (#42833)
* code and test * update testcases --------- Co-authored-by: azure-sdk <PythonSdkPipelines> Co-authored-by: ChenxiJiang333 <[email protected]>
1 parent de386d3 commit f9f50be

File tree

152 files changed

+10383
-1916
lines changed

Some content is hidden

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

152 files changed

+10383
-1916
lines changed

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

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

3+
## 3.0.0 (2025-09-25)
4+
5+
### Features Added
6+
7+
- Model `StorageCacheManagementClient` added parameter `cloud_setting` in method `__init__`
8+
- Client `StorageCacheManagementClient` added operation group `auto_export_jobs`
9+
- Client `StorageCacheManagementClient` added operation group `auto_import_jobs`
10+
- Model `ImportJob` added property `admin_status`
11+
- Model `ImportJob` added property `imported_files`
12+
- Model `ImportJob` added property `imported_directories`
13+
- Model `ImportJob` added property `imported_symlinks`
14+
- Model `ImportJob` added property `preexisting_files`
15+
- Model `ImportJob` added property `preexisting_directories`
16+
- Model `ImportJob` added property `preexisting_symlinks`
17+
- Model `ImportJobUpdate` added property `admin_status`
18+
- Added model `AutoExportJob`
19+
- Added enum `AutoExportJobAdminStatus`
20+
- Added enum `AutoExportJobProvisioningStateType`
21+
- Added model `AutoExportJobUpdate`
22+
- Added model `AutoExportJobsListResult`
23+
- Added enum `AutoExportStatusType`
24+
- Added model `AutoImportJob`
25+
- Added enum `AutoImportJobPropertiesAdminStatus`
26+
- Added enum `AutoImportJobPropertiesProvisioningState`
27+
- Added model `AutoImportJobPropertiesStatusBlobSyncEvents`
28+
- Added enum `AutoImportJobState`
29+
- Added model `AutoImportJobUpdate`
30+
- Added enum `AutoImportJobUpdatePropertiesAdminStatus`
31+
- Added model `AutoImportJobsListResult`
32+
- Added enum `ImportJobAdminStatus`
33+
- Added operation group `AutoExportJobsOperations`
34+
- Added operation group `AutoImportJobsOperations`
35+
36+
### Breaking Changes
37+
38+
- Parameter `conflict_resolution_mode` of method `ImportJob.__init__` is now optional
39+
- Deleted or renamed operation group `StorageCacheManagementClientOperationsMixin`
40+
341
## 2.0.0 (2024-05-20)
442

543
### Features Added
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
include _meta.json
2-
recursive-include tests *.py *.json
3-
recursive-include samples *.py *.md
41
include *.md
5-
include azure/__init__.py
6-
include azure/mgmt/__init__.py
72
include LICENSE
83
include azure/mgmt/storagecache/py.typed
4+
recursive-include tests *.py
5+
recursive-include samples *.py *.md
6+
include azure/__init__.py
7+
include azure/mgmt/__init__.py

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Microsoft Azure SDK for Python
22

33
This is the Microsoft Azure Storage Cache Management Client Library.
4-
This package has been tested with Python 3.8+.
4+
This package has been tested with Python 3.9+.
55
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
66

77
## _Disclaimer_
@@ -12,7 +12,7 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For
1212

1313
### Prerequisites
1414

15-
- Python 3.8+ is required to use this package.
15+
- Python 3.9+ is required to use this package.
1616
- [Azure subscription](https://azure.microsoft.com/free/)
1717

1818
### Install the package
@@ -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-storagecache/_meta.json

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"commit": "e976bdf4af8961332863ff779839f30fb2aec77a",
3+
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
4+
"autorest": "3.10.2",
5+
"use": [
6+
"@autorest/[email protected]",
7+
"@autorest/[email protected]"
8+
],
9+
"autorest_command": "autorest specification/storagecache/resource-manager/readme.md --generate-sample=True --generate-test=True --include-x-ms-examples-original-file=True --package-mode=azure-mgmt --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",
10+
"readme": "specification/storagecache/resource-manager/readme.md"
11+
}

0 commit comments

Comments
 (0)