Skip to content

Commit 420300d

Browse files
author
SDKAuto
committed
CodeGen from PR 34150 in Azure/azure-rest-api-specs
Merge 91fc3bd075e7abd7c0d44fb03c8871a00a9352aa into 8a61513cdfbd4d218cfc121633f742db629b5af5
1 parent 7f659e6 commit 420300d

34 files changed

+1535
-1522
lines changed

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

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

3+
## 1.0.0 (2025-04-23)
4+
5+
### Features Added
6+
7+
- Added enum `OnFailure`
8+
- Added enum `OnSuccess`
9+
- Added model `StorageTaskListResult`
10+
- Added model `StorageTaskOperationInfo`
11+
- Added model `StorageTaskUpdateProperties`
12+
13+
### Breaking Changes
14+
15+
- Deleted or renamed model `StorageTaskOperation`
16+
317
## 1.0.0b2 (2025-04-20)
418

519
### Features Added

sdk/storageactions/azure-mgmt-storageactions/README.md

Lines changed: 2 additions & 2 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 Storageactions 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
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"commit": "27046dbff974e3901970aa53b29cec6d8ec1342a",
2+
"commit": "2e190d6576eb6493e964ac00d4b3100105e77d79",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
44
"autorest": "3.10.2",
55
"use": [
6-
"@autorest/python@6.27.4",
6+
"@autorest/python@6.33.0",
77
"@autorest/[email protected]"
88
],
9-
"autorest_command": "autorest specification/storageactions/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/python@6.27.4 --use=@autorest/[email protected] --version=3.10.2 --version-tolerant=False",
9+
"autorest_command": "autorest specification/storageactions/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/python@6.33.0 --use=@autorest/[email protected] --version=3.10.2 --version-tolerant=False",
1010
"readme": "specification/storageactions/resource-manager/readme.md"
1111
}

0 commit comments

Comments
 (0)