From 92fb123179a150ff0d67b3f47aac270b5c58ce87 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Tue, 15 Apr 2025 06:49:43 +0000 Subject: [PATCH] CodeGen from PR 33875 in Azure/azure-rest-api-specs Merge 7a571c5976c9c47f669117ec23e4098a393620a0 into a730aea13a0bb551748ab41f5d36f00956f0a4f6 --- .../CHANGELOG.md | 29 +++++++++++++++++++ .../_meta.json | 4 +-- 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/sdk/containerservice/azure-mgmt-containerservicefleet/CHANGELOG.md b/sdk/containerservice/azure-mgmt-containerservicefleet/CHANGELOG.md index b87a35e09481..eeead4db7b1c 100644 --- a/sdk/containerservice/azure-mgmt-containerservicefleet/CHANGELOG.md +++ b/sdk/containerservice/azure-mgmt-containerservicefleet/CHANGELOG.md @@ -1,5 +1,34 @@ # Release History +## 3.1.0 (2025-04-15) + +### Features Added + + - Client `ContainerServiceFleetMgmtClient` added operation group `auto_upgrade_profiles` + - Client `ContainerServiceFleetMgmtClient` added operation group `auto_upgrade_profile_operations` + - Model `APIServerAccessProfile` added property `enable_vnet_integration` + - Model `APIServerAccessProfile` added property `subnet_id` + - Model `Fleet` added property `status` + - Model `FleetMember` added property `status` + - Model `NodeImageSelection` added property `custom_node_image_versions` + - Enum `NodeImageSelectionType` added member `CUSTOM` + - Model `UpdateRun` added property `auto_upgrade_profile_id` + - Added enum `AutoUpgradeLastTriggerStatus` + - Added model `AutoUpgradeNodeImageSelection` + - Added enum `AutoUpgradeNodeImageSelectionType` + - Added model `AutoUpgradeProfile` + - Added model `AutoUpgradeProfileListResult` + - Added enum `AutoUpgradeProfileProvisioningState` + - Added model `AutoUpgradeProfileStatus` + - Added model `FleetMemberStatus` + - Added model `FleetStatus` + - Added model `GenerateResponse` + - Added enum `UpgradeChannel` + - Added model `AutoUpgradeProfileOperationsOperations` + - Added model `AutoUpgradeProfilesOperations` + - 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)` + - 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)` + ## 3.1.0 (2025-04-10) ### Features Added diff --git a/sdk/containerservice/azure-mgmt-containerservicefleet/_meta.json b/sdk/containerservice/azure-mgmt-containerservicefleet/_meta.json index b83194771aec..e61ea49745b5 100644 --- a/sdk/containerservice/azure-mgmt-containerservicefleet/_meta.json +++ b/sdk/containerservice/azure-mgmt-containerservicefleet/_meta.json @@ -1,11 +1,11 @@ { - "commit": "b228f178ed852d198497e797789da6ac05af09c0", + "commit": "df69a4245e32163960f89e7fa59e5790ec5932d5", "repository_url": "https://github.com/Azure/azure-rest-api-specs", "autorest": "3.10.2", "use": [ "@autorest/python@6.27.4", "@autorest/modelerfour@4.27.0" ], - "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/python@6.27.4 --use=@autorest/modelerfour@4.27.0 --version=3.10.2 --version-tolerant=False", + "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/python@6.27.4 --use=@autorest/modelerfour@4.27.0 --version=3.10.2 --version-tolerant=False", "readme": "specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/readme.md" } \ No newline at end of file