github Azure/azure-sdk-for-go sdk/resourcemanager/sqlvirtualmachine/armsqlvirtualmachine/v0.11.0

0.11.0 (2026-03-19)

Breaking Changes

  • Type of Operation.Properties has been changed from map[string]any to map[string]*OperationProperty
  • CommitASYNCHRONOUSCOMMIT, CommitSYNCHRONOUSCOMMIT from enum Commit has been removed
  • FailoverAUTOMATIC, FailoverMANUAL from enum Failover has been removed
  • ReadableSecondaryALL, ReadableSecondaryNO, ReadableSecondaryREADONLY from enum ReadableSecondary has been removed
  • RolePRIMARY, RoleSECONDARY from enum Role has been removed

Features Added

  • New value CommitAsynchronousCommit, CommitSynchronousCommit added to enum type Commit
  • New value FailoverAutomatic, FailoverManual added to enum type Failover
  • New value IdentityTypeSystemAssignedUserAssigned, IdentityTypeUserAssigned added to enum type IdentityType
  • New value ReadableSecondaryAll, ReadableSecondaryNo, ReadableSecondaryReadOnly added to enum type ReadableSecondary
  • New value RolePrimary, RoleSecondary added to enum type Role
  • New enum type AdditionalOsPatch with values AdditionalOsPatchWSUS, AdditionalOsPatchWU, AdditionalOsPatchWUMU
  • New enum type AdditionalVMPatch with values AdditionalVMPatchMicrosoftUpdate, AdditionalVMPatchNotSet
  • New enum type OsType with values OsTypeLinux, OsTypeWindows
  • New enum type VMIdentityType with values VMIdentityTypeNone, VMIdentityTypeSystemAssigned, VMIdentityTypeUserAssigned
  • New function *SQLVirtualMachinesClient.BeginFetchDCAssessment(ctx context.Context, resourceGroupName string, sqlVirtualMachineName string, parameters DiskConfigAssessmentRequest, options *SQLVirtualMachinesClientBeginFetchDCAssessmentOptions) (*runtime.Poller[SQLVirtualMachinesClientFetchDCAssessmentResponse], error)
  • New struct DiskConfigAssessmentRequest
  • New struct OperationProperty
  • New struct VirtualMachineIdentity
  • New field AdditionalVMPatch in struct AutoPatchingSettings
  • New field AdditionalVMPatch, OSType, VirtualMachineIdentitySettings in struct Properties
  • New field UseStoragePool in struct SQLStorageSettings
  • New field UseStoragePool in struct SQLTempDbSettings
  • New field EnableStorageConfigBlade in struct StorageConfigurationSettings
  • New field IsSQLServiceAccountGmsa in struct WsfcDomainProfile

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

NewReleases is sending notifications on new releases.