Skip to content

Commit c686e4e

Browse files
author
SDKAuto
committed
CodeGen from PR 33875 in Azure/azure-rest-api-specs
Merge 47d71b7f187b92c87cccad9f5e407617f802eb45 into dc4c1eaef16e0bc8b1e96c3d1e014deb96259b35
1 parent 8b96068 commit c686e4e

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

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

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

3+
## 3.1.0 (2025-04-11)
4+
5+
### Features Added
6+
7+
- Client `ContainerServiceFleetMgmtClient` added operation group `auto_upgrade_profiles`
8+
- Client `ContainerServiceFleetMgmtClient` added operation group `auto_upgrade_profile_operations`
9+
- Model `APIServerAccessProfile` added property `enable_vnet_integration`
10+
- Model `APIServerAccessProfile` added property `subnet_id`
11+
- Model `Fleet` added property `status`
12+
- Model `FleetMember` added property `status`
13+
- Model `NodeImageSelection` added property `custom_node_image_versions`
14+
- Enum `NodeImageSelectionType` added member `CUSTOM`
15+
- Model `UpdateRun` added property `auto_upgrade_profile_id`
16+
- Added enum `AutoUpgradeLastTriggerStatus`
17+
- Added model `AutoUpgradeNodeImageSelection`
18+
- Added enum `AutoUpgradeNodeImageSelectionType`
19+
- Added model `AutoUpgradeProfile`
20+
- Added model `AutoUpgradeProfileListResult`
21+
- Added enum `AutoUpgradeProfileProvisioningState`
22+
- Added model `AutoUpgradeProfileStatus`
23+
- Added model `FleetMemberStatus`
24+
- Added model `FleetStatus`
25+
- Added model `GenerateResponse`
26+
- Added enum `UpgradeChannel`
27+
- Added model `AutoUpgradeProfileOperationsOperations`
28+
- Added model `AutoUpgradeProfilesOperations`
29+
- Method `AutoUpgradeProfilesOperations.begin_create_or_update` has a new overload `def begin_create_or_update(self: None, resource_group_name: str, fleet_name: str, auto_upgrade_profile_name: str, resource: AutoUpgradeProfile, if_match: Optional[str], if_none_match: Optional[str], content_type: str)`
30+
- Method `AutoUpgradeProfilesOperations.begin_create_or_update` has a new overload `def begin_create_or_update(self: None, resource_group_name: str, fleet_name: str, auto_upgrade_profile_name: str, resource: IO[bytes], if_match: Optional[str], if_none_match: Optional[str], content_type: str)`
31+
332
## 3.1.0 (2025-04-10)
433

534
### Features Added
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"commit": "b228f178ed852d198497e797789da6ac05af09c0",
2+
"commit": "c9d8196a3bdd34318f1f36ed8302fb578a3adf06",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
44
"autorest": "3.10.2",
55
"use": [
66
"@autorest/[email protected]",
77
"@autorest/[email protected]"
88
],
9-
"autorest_command": "autorest specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/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",
9+
"autorest_command": "autorest specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/readme.md --generate-sample=True --generate-test=True --include-x-ms-examples-original-file=True --python --python-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-python/sdk --use=@autorest/[email protected] --use=@autorest/[email protected] --version=3.10.2 --version-tolerant=False",
1010
"readme": "specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/readme.md"
1111
}

0 commit comments

Comments
 (0)