github Azure/azure-sdk-for-go sdk/resourcemanager/servicefabricmanagedclusters/armservicefabricmanagedclusters/v0.4.0

latest releases: sdk/resourcemanager/azurestackhci/armazurestackhcivm/v0.1.0, sdk/resourcemanager/cloudhealth/armcloudhealth/v0.1.0, sdk/resourcemanager/playwright/armplaywright/v1.0.0...
pre-release2 months ago

0.4.0 (2025-06-24)

Breaking Changes

  • Type of ManagedClusterVersionDetails.SupportExpiryUTC has been changed from *string to *time.Time
  • Type of SystemData.CreatedByType has been changed from *string to *CreatedByType
  • Type of SystemData.LastModifiedByType has been changed from *string to *CreatedByType

Features Added

  • New value DiskTypePremiumV2LRS, DiskTypePremiumZRS, DiskTypeStandardSSDZRS added to enum type DiskType
  • New value SecurityTypeConfidentialVM added to enum type SecurityType
  • New enum type CreatedByType with values CreatedByTypeApplication, CreatedByTypeKey, CreatedByTypeManagedIdentity, CreatedByTypeUser
  • New enum type FaultKind with values FaultKindZone
  • New enum type FaultSimulationStatus with values FaultSimulationStatusActive, FaultSimulationStatusDone, FaultSimulationStatusStartFailed, FaultSimulationStatusStarting, FaultSimulationStatusStopFailed, FaultSimulationStatusStopping
  • New enum type SecurityEncryptionType with values SecurityEncryptionTypeDiskWithVMGuestState, SecurityEncryptionTypeVMGuestStateOnly
  • New enum type SfmcOperationStatus with values SfmcOperationStatusAborted, SfmcOperationStatusCanceled, SfmcOperationStatusCreated, SfmcOperationStatusFailed, SfmcOperationStatusStarted, SfmcOperationStatusSucceeded
  • New function *FaultSimulationContent.GetFaultSimulationContent() *FaultSimulationContent
  • New function *ManagedClustersClient.GetFaultSimulation(context.Context, string, string, FaultSimulationIDContent, *ManagedClustersClientGetFaultSimulationOptions) (ManagedClustersClientGetFaultSimulationResponse, error)
  • New function *ManagedClustersClient.NewListFaultSimulationPager(string, string, *ManagedClustersClientListFaultSimulationOptions) *runtime.Pager[ManagedClustersClientListFaultSimulationResponse]
  • New function *ManagedClustersClient.BeginStartFaultSimulation(context.Context, string, string, FaultSimulationContentWrapper, *ManagedClustersClientBeginStartFaultSimulationOptions) (*runtime.Poller[ManagedClustersClientStartFaultSimulationResponse], error)
  • New function *ManagedClustersClient.BeginStopFaultSimulation(context.Context, string, string, FaultSimulationIDContent, *ManagedClustersClientBeginStopFaultSimulationOptions) (*runtime.Poller[ManagedClustersClientStopFaultSimulationResponse], error)
  • New function *ZoneFaultSimulationContent.GetFaultSimulationContent() *FaultSimulationContent
  • New function *NodeTypesClient.BeginDeallocate(context.Context, string, string, string, NodeTypeActionParameters, *NodeTypesClientBeginDeallocateOptions) (*runtime.Poller[NodeTypesClientDeallocateResponse], error)
  • New function *NodeTypesClient.GetFaultSimulation(context.Context, string, string, string, FaultSimulationIDContent, *NodeTypesClientGetFaultSimulationOptions) (NodeTypesClientGetFaultSimulationResponse, error)
  • New function *NodeTypesClient.NewListFaultSimulationPager(string, string, string, *NodeTypesClientListFaultSimulationOptions) *runtime.Pager[NodeTypesClientListFaultSimulationResponse]
  • New function *NodeTypesClient.BeginRedeploy(context.Context, string, string, string, NodeTypeActionParameters, *NodeTypesClientBeginRedeployOptions) (*runtime.Poller[NodeTypesClientRedeployResponse], error)
  • New function *NodeTypesClient.BeginStart(context.Context, string, string, string, NodeTypeActionParameters, *NodeTypesClientBeginStartOptions) (*runtime.Poller[NodeTypesClientStartResponse], error)
  • New function *NodeTypesClient.BeginStartFaultSimulation(context.Context, string, string, string, FaultSimulationContentWrapper, *NodeTypesClientBeginStartFaultSimulationOptions) (*runtime.Poller[NodeTypesClientStartFaultSimulationResponse], error)
  • New function *NodeTypesClient.BeginStopFaultSimulation(context.Context, string, string, string, FaultSimulationIDContent, *NodeTypesClientBeginStopFaultSimulationOptions) (*runtime.Poller[NodeTypesClientStopFaultSimulationResponse], error)
  • New struct FaultSimulation
  • New struct FaultSimulationConstraints
  • New struct FaultSimulationContentWrapper
  • New struct FaultSimulationDetails
  • New struct FaultSimulationIDContent
  • New struct FaultSimulationListResult
  • New struct NodeTypeFaultSimulation
  • New struct ZoneFaultSimulationContent
  • New field VMImage in struct ManagedClusterProperties
  • New field SecurityEncryptionType, ZoneBalance in struct NodeTypeProperties

Don't miss a new azure-sdk-for-go release

NewReleases is sending notifications on new releases.