|
2 | 2 |
|
3 | 3 | ## 3.1.0 (2025-04-10)
|
4 | 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 | + |
| 32 | +## 3.1.0 (2025-04-10) |
| 33 | + |
5 | 34 | ### Features Added
|
6 | 35 |
|
7 | 36 | - Client `ContainerServiceFleetMgmtClient` added operation group `auto_upgrade_profiles`
|
|
0 commit comments