Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fleet autoupgrade GA - add autoupgradeprofilestatus #32634

Open
wants to merge 11 commits into
base: release-aks-fleet-2025-03-01
Choose a base branch
from

run prettier on examples

6f5ee28
Select commit
Loading
Failed to load commit list.
Open

fleet autoupgrade GA - add autoupgradeprofilestatus #32634

run prettier on examples
6f5ee28
Select commit
Loading
Failed to load commit list.
openapi-pipeline-app / SDK azure-sdk-for-python succeeded Feb 20, 2025 in 10m 20s

SDK azure-sdk-for-python succeeded

Details

Note

For more instructions, please refer to the FAQ .

  • ️✔️Succeeded in generating from f0267bd. SDK Automation 14.0.0
    command	sh scripts/automation_init.sh ../azure-sdk-for-python_tmp/initInput.json ../azure-sdk-for-python_tmp/initOutput.json
    command	sh scripts/automation_generate.sh ../azure-sdk-for-python_tmp/generateInput.json ../azure-sdk-for-python_tmp/generateOutput.json
    cmdout	[automation_generate.sh] 2025-02-20 01:30:39 [ERROR] fail to update meta: Expecting property name enclosed in double quotes: line 11 column 1 (char 752)
    warn		Warning: cannot find emitter config for azure-sdk-for-python in tspconfig.yaml for typespec project specification/containerservice/Fleet.Management/tspconfig.yaml. This SDK will be skipped from the generation for this project. Please add the right emitter config in the 'tspconfig.yaml' file. The example project can be found at https://github.com/Azure/azure-rest-api-specs/blob/main/specification/contosowidgetmanager/Contoso.WidgetManager/tspconfig.yaml.
  • ️✔️azure-mgmt-containerservicefleet [Preview SDK Changes]
    info	[Changelog] ### Features Added
    info	[Changelog]   - Client `ContainerServiceFleetMgmtClient` added operation group `auto_upgrade_profiles`
    info	[Changelog]   - Model `APIServerAccessProfile` added property `enable_vnet_integration`
    info	[Changelog]   - Model `APIServerAccessProfile` added property `subnet_id`
    info	[Changelog]   - Model `NodeImageSelection` added property `custom_node_image_versions`
    info	[Changelog]   - Enum `NodeImageSelectionType` added member `CUSTOM`
    info	[Changelog]   - Added enum `AutoUpgradeLastTriggerStatus`
    info	[Changelog]   - Added model `AutoUpgradeNodeImageSelection`
    info	[Changelog]   - Added enum `AutoUpgradeNodeImageSelectionType`
    info	[Changelog]   - Added model `AutoUpgradeProfile`
    info	[Changelog]   - Added model `AutoUpgradeProfileListResult`
    info	[Changelog]   - Added enum `AutoUpgradeProfileProvisioningState`
    info	[Changelog]   - Added model `AutoUpgradeProfileStatus`
    info	[Changelog]   - Added enum `UpgradeChannel`
    info	[Changelog]   - Added model `AutoUpgradeProfilesOperations`
    info	[Changelog]   - 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)`
    info	[Changelog]   - 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)`