Skip to content

sdk/resourcemanager/containerservicefleet/armcontainerservicefleet/v1.3.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 22 Oct 15:32
5635b52

1.3.0-beta.1 (2024-10-25)

Features Added

  • New value NodeImageSelectionTypeCustom added to enum type NodeImageSelectionType
  • New enum type AutoUpgradeNodeImageSelectionType with values AutoUpgradeNodeImageSelectionTypeConsistent, AutoUpgradeNodeImageSelectionTypeLatest
  • New enum type AutoUpgradeProfileProvisioningState with values AutoUpgradeProfileProvisioningStateCanceled, AutoUpgradeProfileProvisioningStateFailed, AutoUpgradeProfileProvisioningStateSucceeded
  • New enum type UpgradeChannel with values UpgradeChannelNodeImage, UpgradeChannelRapid, UpgradeChannelStable
  • New function NewAutoUpgradeProfilesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*AutoUpgradeProfilesClient, error)
  • New function *AutoUpgradeProfilesClient.BeginCreateOrUpdate(context.Context, string, string, string, AutoUpgradeProfile, *AutoUpgradeProfilesClientBeginCreateOrUpdateOptions) (*runtime.Poller[AutoUpgradeProfilesClientCreateOrUpdateResponse], error)
  • New function *AutoUpgradeProfilesClient.BeginDelete(context.Context, string, string, string, *AutoUpgradeProfilesClientBeginDeleteOptions) (*runtime.Poller[AutoUpgradeProfilesClientDeleteResponse], error)
  • New function *AutoUpgradeProfilesClient.Get(context.Context, string, string, string, *AutoUpgradeProfilesClientGetOptions) (AutoUpgradeProfilesClientGetResponse, error)
  • New function *AutoUpgradeProfilesClient.NewListByFleetPager(string, string, *AutoUpgradeProfilesClientListByFleetOptions) *runtime.Pager[AutoUpgradeProfilesClientListByFleetResponse]
  • New function *ClientFactory.NewAutoUpgradeProfilesClient() *AutoUpgradeProfilesClient
  • New struct AutoUpgradeNodeImageSelection
  • New struct AutoUpgradeProfile
  • New struct AutoUpgradeProfileListResult
  • New struct AutoUpgradeProfileProperties
  • New field EnableVnetIntegration, SubnetID in struct APIServerAccessProfile
  • New field CustomNodeImageVersions in struct NodeImageSelection