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

pre-release11 hours ago

0.6.0 (2025-11-10)

Breaking Changes

  • Operation *ApplicationsClient.Update has been changed to LRO, use *ApplicationsClient.BeginUpdate instead.
  • Operation *ManagedClustersClient.Update has been changed to LRO, use *ManagedClustersClient.BeginUpdate instead.

Features Added

  • New enum type HealthFilter with values HealthFilterAll, HealthFilterDefault, HealthFilterError, HealthFilterNone, HealthFilterOk, HealthFilterWarning
  • New enum type RestartKind with values RestartKindSimultaneous
  • New enum type RuntimeFailureAction with values RuntimeFailureActionManual, RuntimeFailureActionRollback
  • New enum type RuntimeRollingUpgradeMode with values RuntimeRollingUpgradeModeMonitored, RuntimeRollingUpgradeModeUnmonitoredAuto, RuntimeRollingUpgradeModeUnmonitoredManual
  • New enum type RuntimeUpgradeKind with values RuntimeUpgradeKindRolling
  • New function *ApplicationsClient.BeginFetchHealth(context.Context, string, string, string, ApplicationFetchHealthRequest, *ApplicationsClientBeginFetchHealthOptions) (*runtime.Poller[ApplicationsClientFetchHealthResponse], error)
  • New function *ApplicationsClient.BeginRestartDeployedCodePackage(context.Context, string, string, string, RestartDeployedCodePackageRequest, *ApplicationsClientBeginRestartDeployedCodePackageOptions) (*runtime.Poller[ApplicationsClientRestartDeployedCodePackageResponse], error)
  • New function *ApplicationsClient.BeginUpdateUpgrade(context.Context, string, string, string, RuntimeUpdateApplicationUpgradeParameters, *ApplicationsClientBeginUpdateUpgradeOptions) (*runtime.Poller[ApplicationsClientUpdateUpgradeResponse], error)
  • New function *ServicesClient.BeginRestartReplica(context.Context, string, string, string, string, RestartReplicaRequest, *ServicesClientBeginRestartReplicaOptions) (*runtime.Poller[ServicesClientRestartReplicaResponse], error)
  • New struct ApplicationFetchHealthRequest
  • New struct ApplicationUpdateParametersProperties
  • New struct RestartDeployedCodePackageRequest
  • New struct RestartReplicaRequest
  • New struct RuntimeApplicationHealthPolicy
  • New struct RuntimeRollingUpgradeUpdateMonitoringPolicy
  • New struct RuntimeServiceTypeHealthPolicy
  • New struct RuntimeUpdateApplicationUpgradeParameters
  • New field Properties in struct ApplicationUpdateParameters

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

NewReleases is sending notifications on new releases.