Skip to content

Commit 4268dd3

Browse files
[AutoRelease] t2-hardwaresecuritymodules-2025-07-02-39085(can only be merged by SDK owner) (#41861)
* code and test * update changelog * Update CHANGELOG.md --------- Co-authored-by: azure-sdk <PythonSdkPipelines> Co-authored-by: ChenxiJiang333 <v-chenjiang@microsoft.com> Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
1 parent 81df908 commit 4268dd3

File tree

97 files changed

+12499
-10527
lines changed

Some content is hidden

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

97 files changed

+12499
-10527
lines changed

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

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

3+
## 1.0.0 (2025-07-02)
4+
5+
### Features Added
6+
7+
- Enum `ProvisioningState` added member `UPDATING`
8+
- Model `CloudHsmClusterBackupStatusOperations` added method `begin_get`
9+
- Model `CloudHsmClusterRestoreStatusOperations` added method `begin_get`
10+
11+
### Breaking Changes
12+
13+
- This version introduces new hybrid models which have dual dictionary and model nature. And please follow https://aka.ms/azsdk/python/migrate/hybrid-models for migration.
14+
- Deleted or renamed model `CloudHsmClusterResource`
15+
- Deleted or renamed model `IdentityType`
16+
- Deleted or renamed model `OutboundEnvironmentEndpointCollection`
17+
- Deleted or renamed method `CloudHsmClusterBackupStatusOperations.get`
18+
- Deleted or renamed method `CloudHsmClusterRestoreStatusOperations.get`
19+
- Method `CloudHsmClustersOperations.begin_create_or_update` inserted a `positional_or_keyword` parameter `body`
20+
- Method `CloudHsmClustersOperations.begin_create_or_update` deleted or renamed its parameter `location` of kind `positional_or_keyword`
21+
- Method `CloudHsmClustersOperations.begin_create_or_update` deleted or renamed its parameter `tags` of kind `positional_or_keyword`
22+
- Method `CloudHsmClustersOperations.begin_create_or_update` deleted or renamed its parameter `identity` of kind `positional_or_keyword`
23+
- Method `CloudHsmClustersOperations.begin_create_or_update` deleted or renamed its parameter `sku` of kind `positional_or_keyword`
24+
- Method `CloudHsmClustersOperations.begin_create_or_update` deleted or renamed its parameter `properties` of kind `positional_or_keyword`
25+
- Method `CloudHsmClustersOperations.begin_update` inserted a `positional_or_keyword` parameter `body`
26+
- Method `CloudHsmClustersOperations.begin_update` deleted or renamed its parameter `tags` of kind `positional_or_keyword`
27+
- Method `CloudHsmClustersOperations.begin_update` deleted or renamed its parameter `identity` of kind `positional_or_keyword`
28+
- Method `CloudHsmClustersOperations.list_by_resource_group` changed its parameter `skiptoken` from `positional_or_keyword` to `keyword_only`
29+
- Method `CloudHsmClustersOperations.list_by_subscription` changed its parameter `skiptoken` from `positional_or_keyword` to `keyword_only`
30+
- Method `DedicatedHsmOperations.begin_update` inserted a `positional_or_keyword` parameter `parameters`
31+
- Method `DedicatedHsmOperations.begin_update` deleted or renamed its parameter `tags` of kind `positional_or_keyword`
32+
333
## 1.0.0b2 (2025-02-06)
434

535
### Features Added

sdk/hardwaresecuritymodules/azure-mgmt-hardwaresecuritymodules/MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
include _meta.json
21
recursive-include tests *.py *.json
32
recursive-include samples *.py *.md
43
include *.md

sdk/hardwaresecuritymodules/azure-mgmt-hardwaresecuritymodules/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 Hardwaresecuritymodules 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/hardwaresecuritymodules/azure-mgmt-hardwaresecuritymodules/_meta.json

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"apiVersion": "2025-03-31",
3+
"commit": "292b2f01ed2c626f777fdb31ec0cd153db11c967",
4+
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
5+
"typespec_src": "specification/hardwaresecuritymodules/HardwareSecurityModules.Management",
6+
"emitterVersion": "0.45.5"
7+
}

0 commit comments

Comments
 (0)