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-go succeeded Feb 20, 2025 in 6m 42s

SDK azure-sdk-for-go succeeded

Details

Note

For more instructions, please refer to the FAQ .

  • ️✔️Succeeded in generating from f0267bd. SDK Automation 14.0.0
    command	sh ./eng/scripts/automation_init.sh ../../../../../azure-sdk-for-go_tmp/initInput.json ../../../../../azure-sdk-for-go_tmp/initOutput.json
    warn		Warning: cannot find emitter config for azure-sdk-for-go 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.
    command	generator automation-v2 ../../../../../azure-sdk-for-go_tmp/generateInput.json ../../../../../azure-sdk-for-go_tmp/generateOutput.json
    cmdout	[Go] Start to process autorest project: specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/readme.md
    cmdout	[Go] Start to process rp: containerservicefleet, namespace: armcontainerservicefleet
    cmdout	[Go] Start to run `go generate` to regenerate the code...
    cmdout	[Go] Start to generate changelog for package...
  • ️✔️sdk/resourcemanager/containerservicefleet/armcontainerservicefleet [Preview SDK Changes]
    info	[Changelog] ### Features Added
    info	[Changelog] - New value `NodeImageSelectionTypeCustom` added to enum type `NodeImageSelectionType`
    info	[Changelog] - New enum type `AutoUpgradeLastTriggerStatus` with values `AutoUpgradeLastTriggerStatusFailed`, `AutoUpgradeLastTriggerStatusSucceeded`
    info	[Changelog] - New enum type `AutoUpgradeNodeImageSelectionType` with values `AutoUpgradeNodeImageSelectionTypeConsistent`, `AutoUpgradeNodeImageSelectionTypeLatest`
    info	[Changelog] - New enum type `AutoUpgradeProfileProvisioningState` with values `AutoUpgradeProfileProvisioningStateCanceled`, `AutoUpgradeProfileProvisioningStateFailed`, `AutoUpgradeProfileProvisioningStateSucceeded`
    info	[Changelog] - New enum type `UpgradeChannel` with values `UpgradeChannelNodeImage`, `UpgradeChannelRapid`, `UpgradeChannelStable`
    info	[Changelog] - New function `NewAutoUpgradeProfilesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*AutoUpgradeProfilesClient, error)`
    info	[Changelog] - New function `*AutoUpgradeProfilesClient.BeginCreateOrUpdate(context.Context, string, string, string, AutoUpgradeProfile, *AutoUpgradeProfilesClientBeginCreateOrUpdateOptions) (*runtime.Poller[AutoUpgradeProfilesClientCreateOrUpdateResponse], error)`
    info	[Changelog] - New function `*AutoUpgradeProfilesClient.BeginDelete(context.Context, string, string, string, *AutoUpgradeProfilesClientBeginDeleteOptions) (*runtime.Poller[AutoUpgradeProfilesClientDeleteResponse], error)`
    info	[Changelog] - New function `*AutoUpgradeProfilesClient.Get(context.Context, string, string, string, *AutoUpgradeProfilesClientGetOptions) (AutoUpgradeProfilesClientGetResponse, error)`
    info	[Changelog] - New function `*AutoUpgradeProfilesClient.NewListByFleetPager(string, string, *AutoUpgradeProfilesClientListByFleetOptions) *runtime.Pager[AutoUpgradeProfilesClientListByFleetResponse]`
    info	[Changelog] - New function `*ClientFactory.NewAutoUpgradeProfilesClient() *AutoUpgradeProfilesClient`
    info	[Changelog] - New struct `AutoUpgradeNodeImageSelection`
    info	[Changelog] - New struct `AutoUpgradeProfile`
    info	[Changelog] - New struct `AutoUpgradeProfileListResult`
    info	[Changelog] - New struct `AutoUpgradeProfileProperties`
    info	[Changelog] - New struct `AutoUpgradeProfileStatus`
    info	[Changelog] - New field `EnableVnetIntegration`, `SubnetID` in struct `APIServerAccessProfile`
    info	[Changelog] - New field `CustomNodeImageVersions` in struct `NodeImageSelection`
    info	[Changelog] Total 0 breaking change(s), 33 additive change(s).