Skip to content

Commit f1b2821

Browse files
azure-sdkChenxiJiang333msyyc
authored
[AutoRelease] t2-containerservice-2025-05-12-41427(can only be merged by SDK owner) (#41028)
* code and test * update changelog * fix for _utils --------- Co-authored-by: azure-sdk <PythonSdkPipelines> Co-authored-by: ChenxiJiang333 <v-chenjiang@microsoft.com> Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
1 parent 356a21f commit f1b2821

File tree

293 files changed

+19124
-4600
lines changed

Some content is hidden

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

293 files changed

+19124
-4600
lines changed

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

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

3+
## 36.0.0 (2025-05-15)
4+
5+
### Features Added
6+
7+
- Added operation group NamespacesOperations
8+
- Model AgentPoolUpgradeSettings has a new parameter max_unavailable
9+
- Model AgentPoolUpgradeSettings has a new parameter undrainable_node_behavior
10+
- Model AutoScaleProfile has a new parameter size
11+
- Model ManagedClusterAPIServerAccessProfile has a new parameter enable_vnet_integration
12+
- Model ManagedClusterAPIServerAccessProfile has a new parameter subnet_id
13+
- Model ManualScaleProfile has a new parameter size
14+
15+
### Breaking Changes
16+
17+
- Model AutoScaleProfile no longer has parameter os_disk_size_gb
18+
- Model AutoScaleProfile no longer has parameter os_disk_type
19+
- Model AutoScaleProfile no longer has parameter sizes
20+
- Model ManagedCluster no longer has parameter enable_pod_security_policy
21+
- Model ManualScaleProfile no longer has parameter os_disk_size_gb
22+
- Model ManualScaleProfile no longer has parameter os_disk_type
23+
- Model ManualScaleProfile no longer has parameter sizes
24+
325
## 35.0.0 (2025-04-14)
426

527
### Features Added

sdk/containerservice/azure-mgmt-containerservice/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 Container Service 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

sdk/containerservice/azure-mgmt-containerservice/_meta.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"commit": "d18ba009da04dd6afc04402c39f87e032051fe9b",
2+
"commit": "37a849b656ecfb33424822b9f245aebff2ae994f",
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.34.1",
77
"@autorest/modelerfour@4.27.0"
88
],
9-
"autorest_command": "autorest specification/containerservice/resource-manager/Microsoft.ContainerService/aks/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/modelerfour@4.27.0 --version=3.10.2 --version-tolerant=False",
9+
"autorest_command": "autorest specification/containerservice/resource-manager/Microsoft.ContainerService/aks/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.34.1 --use=@autorest/modelerfour@4.27.0 --version=3.10.2 --version-tolerant=False",
1010
"readme": "specification/containerservice/resource-manager/Microsoft.ContainerService/aks/readme.md",
1111
"package-2024-05": "2024-07-10 04:37:35 +0800 794e29ee5f8eca63ce0ddf007c60da7df37baaad stable/2024-05-01/managedClusters.json",
1212
"package-preview-2024-04": "2024-08-27 19:55:39 -0700 4bc9b37173bd5fe0ed19f21edfb8a195e89caaf6 preview/2024-04-02-preview/managedClusters.json",

sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/_container_service_client.py

Lines changed: 116 additions & 94 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)