Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions sdk/containerservice/azure-mgmt-containerservice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Release History

## 38.0.0 (2025-07-20)

### Features Added

- Model ManagedCluster has a new parameter ai_toolchain_operator_profile
- Model ManagedCluster has a new parameter node_provisioning_profile

### Breaking Changes

- Removed operation group ContainerServiceOperations
- Removed operation group LoadBalancersOperations
- Removed operation group ManagedClusterSnapshotsOperations
- Removed operation group ManagedNamespacesOperations
- Removed operation group OperationStatusResultOperations
Comment on lines +10 to +16
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I accidentally updated the Python README and removed the tag for the preview API version. I'm correcting it now.

Azure/azure-rest-api-specs#35462

Copy link
Member

@FumingZhang FumingZhang Jul 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The fix has been applied in PR Azure/azure-rest-api-specs#35432. Could you please help regenerate the SDK? @ChenxiJiang333

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@FumingZhang ok, got it


## 37.0.0 (2025-06-11)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"commit": "99130fc37612a5118195f5b8e51a118b57fb67c6",
"commit": "ec896c71d24c943806bf4e5c8f9779aecdd9ca5a",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest": "3.10.2",
"use": [
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# license information.
# --------------------------------------------------------------------------

VERSION = "37.0.0"
VERSION = "38.0.0"

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
# --------------------------------------------------------------------------
from .v2017_07_01.models import *
from .v2019_09_30_preview.models import *
from .v2025_03_02_preview.models import *
from .v2025_04_01.models import *
from .v2025_05_01.models import *
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "37.0.0"
VERSION = "38.0.0"
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "37.0.0"
VERSION = "38.0.0"
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "37.0.0"
VERSION = "38.0.0"
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "37.0.0"
VERSION = "38.0.0"

This file was deleted.

This file was deleted.

Loading