Skip to content

Commit 7835d52

Browse files
[AutoRelease] t2-servicefabricmanagedclusters-2025-06-25-66465(can only be merged by SDK owner) (#41755)
* code and test * update changelog * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: azure-sdk <PythonSdkPipelines> Co-authored-by: ChenxiJiang333 <[email protected]> Co-authored-by: ChenxiJiang333 <[email protected]>
1 parent 09f146f commit 7835d52

File tree

158 files changed

+29553
-25357
lines changed

Some content is hidden

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

158 files changed

+29553
-25357
lines changed

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

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

3+
## 2.1.0b3 (2025-06-26)
4+
5+
### Features Added
6+
7+
- Enum `DiskType` added member `PREMIUM_V2_LRS`
8+
- Enum `DiskType` added member `PREMIUM_ZRS`
9+
- Enum `DiskType` added member `STANDARD_SSD_ZRS`
10+
- Model `ManagedClusterCodeVersionResult` added property `properties`
11+
- Enum `SecurityType` added member `CONFIDENTIAL_VM`
12+
- Added enum `CreatedByType`
13+
- Added model `ErrorAdditionalInfo`
14+
- Added model `ErrorDetail`
15+
- Added model `ErrorResponse`
16+
- Added enum `FaultKind`
17+
- Added model `FaultSimulation`
18+
- Added model `FaultSimulationConstraints`
19+
- Added model `FaultSimulationContent`
20+
- Added model `FaultSimulationContentWrapper`
21+
- Added model `FaultSimulationDetails`
22+
- Added model `FaultSimulationIdContent`
23+
- Added enum `FaultSimulationStatus`
24+
- Added model `IPConfigurationPublicIPAddressConfiguration`
25+
- Added model `ManagedClusterVersionDetails`
26+
- Added model `NodeTypeFaultSimulation`
27+
- Added enum `SecurityEncryptionType`
28+
- Added enum `SfmcOperationStatus`
29+
- Added model `TrackedResource`
30+
- Added model `ZoneFaultSimulationContent`
31+
- Operation group `ManagedClustersOperations` added method `begin_start_fault_simulation`
32+
- Operation group `ManagedClustersOperations` added method `begin_stop_fault_simulation`
33+
- Operation group `ManagedClustersOperations` added method `get_fault_simulation`
34+
- Operation group `ManagedClustersOperations` added method `list_fault_simulation`
35+
- Operation group `NodeTypesOperations` added method `begin_deallocate`
36+
- Operation group `NodeTypesOperations` added method `begin_redeploy`
37+
- Operation group `NodeTypesOperations` added method `begin_start`
38+
- Operation group `NodeTypesOperations` added method `begin_start_fault_simulation`
39+
- Operation group `NodeTypesOperations` added method `begin_stop_fault_simulation`
40+
- Operation group `NodeTypesOperations` added method `get_fault_simulation`
41+
- Operation group `NodeTypesOperations` added method `list_fault_simulation`
42+
43+
### Breaking Changes
44+
45+
- Model `ManagedClusterCodeVersionResult` deleted or renamed its instance variable `cluster_code_version`
46+
- Model `ManagedClusterCodeVersionResult` deleted or renamed its instance variable `support_expiry_utc`
47+
- Model `ManagedClusterCodeVersionResult` deleted or renamed its instance variable `os_type`
48+
- Model `ProxyResource` deleted or renamed its instance variable `location`
49+
- Model `ProxyResource` deleted or renamed its instance variable `tags`
50+
- Model `Resource` deleted or renamed its instance variable `location`
51+
- Model `Resource` deleted or renamed its instance variable `tags`
52+
- Model `Resource` deleted or renamed its instance variable `etag`
53+
- Deleted or renamed model `ApplicationResourceList`
54+
- Deleted or renamed model `ApplicationTypeResourceList`
55+
- Deleted or renamed model `ApplicationTypeVersionResourceList`
56+
- Deleted or renamed model `ErrorModel`
57+
- Deleted or renamed model `IpConfigurationPublicIPAddressConfiguration`
58+
- Deleted or renamed model `ManagedProxyResource`
59+
- Deleted or renamed model `ManagedVMSizesResult`
60+
- Deleted or renamed model `NodeTypeListSkuResult`
61+
- Deleted or renamed model `ServiceResourceList`
62+
- Deleted or renamed model `UpgradeMode`
63+
364
## 2.1.0b2 (2024-12-16)
465

566
### Features Added

sdk/servicefabricmanagedclusters/azure-mgmt-servicefabricmanagedclusters/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/servicefabricmanagedclusters/azure-mgmt-servicefabricmanagedclusters/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 Service Fabric Managed Clusters 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/servicefabricmanagedclusters/azure-mgmt-servicefabricmanagedclusters/_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-01-preview",
3+
"commit": "ec896c71d24c943806bf4e5c8f9779aecdd9ca5a",
4+
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
5+
"typespec_src": "specification/servicefabricmanagedclusters/ServiceFabricManagedClusters.Management",
6+
"emitterVersion": "0.45.3"
7+
}

0 commit comments

Comments
 (0)