Skip to content

Commit 5df6b6f

Browse files
[AutoRelease] t2-containerservice-2025-06-04-99453(can only be merged by SDK owner) (#41416)
* code and test * Update CHANGELOG.md --------- Co-authored-by: azure-sdk <PythonSdkPipelines> Co-authored-by: ChenxiJiang333 <[email protected]>
1 parent 88a0354 commit 5df6b6f

File tree

260 files changed

+4328
-3391
lines changed

Some content is hidden

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

260 files changed

+4328
-3391
lines changed

sdk/containerservice/azure-mgmt-containerservice/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+
## 37.0.0 (2025-06-11)
4+
5+
### Features Added
6+
7+
- Added operation group ManagedNamespacesOperations
8+
- Model AgentPool has a new parameter gateway_profile
9+
- Model AgentPool has a new parameter pod_ip_allocation_mode
10+
- Model AgentPool has a new parameter status
11+
- Model AgentPool has a new parameter virtual_machine_nodes_status
12+
- Model AgentPool has a new parameter virtual_machines_profile
13+
- Model ContainerServiceNetworkProfile has a new parameter static_egress_gateway_profile
14+
- Model Machine has a new parameter zones
15+
- Model ManagedCluster has a new parameter status
16+
- Model ManagedClusterAgentPoolProfile has a new parameter gateway_profile
17+
- Model ManagedClusterAgentPoolProfile has a new parameter pod_ip_allocation_mode
18+
- Model ManagedClusterAgentPoolProfile has a new parameter status
19+
- Model ManagedClusterAgentPoolProfile has a new parameter virtual_machine_nodes_status
20+
- Model ManagedClusterAgentPoolProfile has a new parameter virtual_machines_profile
21+
- Model ManagedClusterAgentPoolProfileProperties has a new parameter gateway_profile
22+
- Model ManagedClusterAgentPoolProfileProperties has a new parameter pod_ip_allocation_mode
23+
- Model ManagedClusterAgentPoolProfileProperties has a new parameter status
24+
- Model ManagedClusterAgentPoolProfileProperties has a new parameter virtual_machine_nodes_status
25+
- Model ManagedClusterAgentPoolProfileProperties has a new parameter virtual_machines_profile
26+
- Model ManagedClusterNodeProvisioningProfile has a new parameter default_node_pools
27+
28+
### Breaking Changes
29+
30+
- Model ScaleProfile no longer has parameter autoscale
31+
- Removed operation group NamespacesOperations
32+
333
## 36.0.0 (2025-05-15)
434

535
### Features Added

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

Lines changed: 0 additions & 96 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": "99130fc37612a5118195f5b8e51a118b57fb67c6",
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/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/[email protected] --use=@autorest/[email protected] --version=3.10.2 --version-tolerant=False",
10+
"readme": "specification/containerservice/resource-manager/Microsoft.ContainerService/aks/readme.md"
11+
}

0 commit comments

Comments
 (0)