Skip to content

Releases: Azure/azure-sdk-for-go

sdk/messaging/azservicebus/v1.10.0

06 Aug 00:23
2cd8651
Compare
Choose a tag to compare

1.10.0 (2025-08-05)

Features Added

  • Allow a user to settle and renew message locks with only a lock token, so long as they are not using Service Bus sessions. This makes it possible to settle a message in a completely separate process or service. See ExampleReceiver_CompleteMessage_settleWithLockToken for an example. (PR#24966)

sdk/resourcemanager/mongocluster/armmongocluster/v1.1.0-beta.1

06 Aug 05:04
2cd8651
Compare
Choose a tag to compare

1.1.0-beta.1 (2025-07-23)

Features Added

  • New enum type AuthenticationMode with values AuthenticationModeMicrosoftEntraID, AuthenticationModeNativeAuth
  • New enum type DataAPIMode with values DataAPIModeDisabled, DataAPIModeEnabled
  • New enum type EntraPrincipalType with values EntraPrincipalTypeServicePrincipal, EntraPrincipalTypeUser
  • New enum type IdentityProviderType with values IdentityProviderTypeMicrosoftEntraID
  • New enum type KeyEncryptionKeyIdentityType with values KeyEncryptionKeyIdentityTypeUserAssignedIdentity
  • New enum type ManagedServiceIdentityType with values ManagedServiceIdentityTypeNone, ManagedServiceIdentityTypeSystemAssigned, ManagedServiceIdentityTypeSystemAssignedUserAssigned, ManagedServiceIdentityTypeUserAssigned
  • New enum type StorageType with values StorageTypePremiumSSD, StorageTypePremiumSSDv2
  • New enum type UserRole with values UserRoleRoot
  • New function *ClientFactory.NewUsersClient() *UsersClient
  • New function *EntraIdentityProvider.GetIdentityProvider() *IdentityProvider
  • New function *IdentityProvider.GetIdentityProvider() *IdentityProvider
  • New function NewUsersClient(string, azcore.TokenCredential, *arm.ClientOptions) (*UsersClient, error)
  • New function *UsersClient.BeginCreateOrUpdate(context.Context, string, string, string, User, *UsersClientBeginCreateOrUpdateOptions) (*runtime.Poller[UsersClientCreateOrUpdateResponse], error)
  • New function *UsersClient.BeginDelete(context.Context, string, string, string, *UsersClientBeginDeleteOptions) (*runtime.Poller[UsersClientDeleteResponse], error)
  • New function *UsersClient.Get(context.Context, string, string, string, *UsersClientGetOptions) (UsersClientGetResponse, error)
  • New function *UsersClient.NewListByMongoClusterPager(string, string, *UsersClientListByMongoClusterOptions) *runtime.Pager[UsersClientListByMongoClusterResponse]
  • New struct AuthConfigProperties
  • New struct CustomerManagedKeyEncryptionProperties
  • New struct DataAPIProperties
  • New struct DatabaseRole
  • New struct EncryptionProperties
  • New struct EntraIdentityProvider
  • New struct EntraIdentityProviderProperties
  • New struct KeyEncryptionKeyIdentity
  • New struct ManagedServiceIdentity
  • New struct User
  • New struct UserAssignedIdentity
  • New struct UserListResult
  • New struct UserProperties
  • New field Identity in struct MongoCluster
  • New field AuthConfig, DataAPI, Encryption in struct Properties
  • New field Iops, Throughput, Type in struct StorageProperties
  • New field Identity in struct Update
  • New field AuthConfig, DataAPI in struct UpdateProperties

sdk/azidentity/v1.11.0

05 Aug 17:07
8142fe3
Compare
Choose a tag to compare

1.11.0 (2025-08-05)

Other Changes

  • DefaultAzureCredential tries its next credential when a dev tool credential such as
    AzureCLICredential returns an error

sdk/azcore/v1.18.2

31 Jul 17:40
362bc89
Compare
Choose a tag to compare

1.18.2 (2025-07-31)

Bugs Fixed

  • Fixed a case in which BearerTokenPolicy didn't ensure an authentication error is non-retriable

sdk/resourcemanager/avs/armavs/v2.1.0

29 Jul 15:38
76d9191
Compare
Choose a tag to compare

2.1.0 (2025-07-29)

Features Added

  • New enum type HostKind with values HostKindGeneral, HostKindSpecialized
  • New enum type HostMaintenance with values HostMaintenanceReplacement, HostMaintenanceUpgrade
  • New enum type HostProvisioningState with values HostProvisioningStateCanceled, HostProvisioningStateFailed, HostProvisioningStateSucceeded
  • New enum type ProvisionedNetworkProvisioningState with values ProvisionedNetworkProvisioningStateCanceled, ProvisionedNetworkProvisioningStateFailed, ProvisionedNetworkProvisioningStateSucceeded
  • New enum type ProvisionedNetworkTypes with values ProvisionedNetworkTypesEsxManagement, ProvisionedNetworkTypesEsxReplication, ProvisionedNetworkTypesHcxManagement, ProvisionedNetworkTypesHcxUplink, ProvisionedNetworkTypesVcenterManagement, ProvisionedNetworkTypesVmotion, ProvisionedNetworkTypesVsan
  • New enum type PureStoragePolicyProvisioningState with values PureStoragePolicyProvisioningStateCanceled, PureStoragePolicyProvisioningStateDeleting, PureStoragePolicyProvisioningStateFailed, PureStoragePolicyProvisioningStateSucceeded, PureStoragePolicyProvisioningStateUpdating
  • New enum type ResourceSKUResourceType with values ResourceSKUResourceTypePrivateClouds, ResourceSKUResourceTypePrivateCloudsClusters
  • New enum type ResourceSKURestrictionsReasonCode with values ResourceSKURestrictionsReasonCodeNotAvailableForSubscription, ResourceSKURestrictionsReasonCodeQuotaID
  • New enum type ResourceSKURestrictionsType with values ResourceSKURestrictionsTypeLocation, ResourceSKURestrictionsTypeZone
  • New function *ClientFactory.NewHostsClient() *HostsClient
  • New function *ClientFactory.NewProvisionedNetworksClient() *ProvisionedNetworksClient
  • New function *ClientFactory.NewPureStoragePoliciesClient() *PureStoragePoliciesClient
  • New function *ClientFactory.NewSKUsClient() *SKUsClient
  • New function *GeneralHostProperties.GetHostProperties() *HostProperties
  • New function *HostProperties.GetHostProperties() *HostProperties
  • New function NewHostsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*HostsClient, error)
  • New function *HostsClient.Get(context.Context, string, string, string, string, *HostsClientGetOptions) (HostsClientGetResponse, error)
  • New function *HostsClient.NewListPager(string, string, string, *HostsClientListOptions) *runtime.Pager[HostsClientListResponse]
  • New function NewProvisionedNetworksClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ProvisionedNetworksClient, error)
  • New function *ProvisionedNetworksClient.Get(context.Context, string, string, string, *ProvisionedNetworksClientGetOptions) (ProvisionedNetworksClientGetResponse, error)
  • New function *ProvisionedNetworksClient.NewListPager(string, string, *ProvisionedNetworksClientListOptions) *runtime.Pager[ProvisionedNetworksClientListResponse]
  • New function NewPureStoragePoliciesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*PureStoragePoliciesClient, error)
  • New function *PureStoragePoliciesClient.BeginCreateOrUpdate(context.Context, string, string, string, PureStoragePolicy, *PureStoragePoliciesClientBeginCreateOrUpdateOptions) (*runtime.Poller[PureStoragePoliciesClientCreateOrUpdateResponse], error)
  • New function *PureStoragePoliciesClient.BeginDelete(context.Context, string, string, string, *PureStoragePoliciesClientBeginDeleteOptions) (*runtime.Poller[PureStoragePoliciesClientDeleteResponse], error)
  • New function *PureStoragePoliciesClient.Get(context.Context, string, string, string, *PureStoragePoliciesClientGetOptions) (PureStoragePoliciesClientGetResponse, error)
  • New function *PureStoragePoliciesClient.NewListPager(string, string, *PureStoragePoliciesClientListOptions) *runtime.Pager[PureStoragePoliciesClientListResponse]
  • New function NewSKUsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*SKUsClient, error)
  • New function *SKUsClient.NewListPager(*SKUsClientListOptions) *runtime.Pager[SKUsClientListResponse]
  • New function *SpecializedHostProperties.GetHostProperties() *HostProperties
  • New struct GeneralHostProperties
  • New struct Host
  • New struct HostListResult
  • New struct PagedResourceSKU
  • New struct ProvisionedNetwork
  • New struct ProvisionedNetworkListResult
  • New struct ProvisionedNetworkProperties
  • New struct PureStoragePolicy
  • New struct PureStoragePolicyListResult
  • New struct PureStoragePolicyProperties
  • New struct PureStorageVolume
  • New struct ResourceSKU
  • New struct ResourceSKUCapabilities
  • New struct ResourceSKULocationInfo
  • New struct ResourceSKURestrictionInfo
  • New struct ResourceSKURestrictions
  • New struct ResourceSKUZoneDetails
  • New struct SpecializedHostProperties
  • New field ManagementNetwork, UplinkNetwork in struct AddonHcxProperties
  • New field PureStorageVolume in struct DatastoreProperties
  • New field Zones in struct PrivateCloud

sdk/internal/v1.11.2

30 Jul 17:12
066f6f9
Compare
Choose a tag to compare

1.11.2 (2025-07-30)

Other Changes

  • errorinfo.NonRetriable() doesn't wrap errors which are already NonRetriable

sdk/resourcemanager/recoveryservicesdatareplication/armrecoveryservicesdatareplication/v1.0.0

29 Jul 18:42
2bfa1e3
Compare
Choose a tag to compare

1.0.0 (2025-06-03)

Breaking Changes

  • Function *ProtectedItemClient.BeginPlannedFailover parameter(s) have been changed from (context.Context, string, string, string, *ProtectedItemClientBeginPlannedFailoverOptions) to (context.Context, string, string, string, PlannedFailoverModel, *ProtectedItemClientBeginPlannedFailoverOptions)
  • Type of EmailConfigurationModel.SystemData has been changed from *EmailConfigurationModelSystemData to *SystemData
  • Type of EventModel.SystemData has been changed from *EventModelSystemData to *SystemData
  • Type of FabricModel.SystemData has been changed from *FabricModelSystemData to *SystemData
  • Type of FabricModelUpdate.SystemData has been changed from *FabricModelUpdateSystemData to *SystemData
  • Type of PolicyModel.SystemData has been changed from *PolicyModelSystemData to *SystemData
  • Type of ProtectedItemModel.SystemData has been changed from *ProtectedItemModelSystemData to *SystemData
  • Type of ProtectedItemModelProperties.CurrentJob has been changed from *ProtectedItemModelPropertiesCurrentJob to *ProtectedItemJobProperties
  • Type of ProtectedItemModelProperties.LastFailedEnableProtectionJob has been changed from *ProtectedItemModelPropertiesLastFailedEnableProtectionJob to *ProtectedItemJobProperties
  • Type of ProtectedItemModelProperties.LastFailedPlannedFailoverJob has been changed from *ProtectedItemModelPropertiesLastFailedPlannedFailoverJob to *ProtectedItemJobProperties
  • Type of ProtectedItemModelProperties.LastTestFailoverJob has been changed from *ProtectedItemModelPropertiesLastTestFailoverJob to *ProtectedItemJobProperties
  • Type of RecoveryPointModel.SystemData has been changed from *RecoveryPointModelSystemData to *SystemData
  • Type of ReplicationExtensionModel.SystemData has been changed from *ReplicationExtensionModelSystemData to *SystemData
  • Type of VaultModel.SystemData has been changed from *VaultModelSystemData to *SystemData
  • Type of VaultModelUpdate.SystemData has been changed from *VaultModelUpdateSystemData to *SystemData
  • Enum WorkflowObjectType has been removed
  • Enum WorkflowState has been removed
  • Function NewAzureSiteRecoveryManagementServiceAPIClient has been removed
  • Function *AzureSiteRecoveryManagementServiceAPIClient.CheckNameAvailability has been removed
  • Function *AzureSiteRecoveryManagementServiceAPIClient.DeploymentPreflight has been removed
  • Function *ClientFactory.NewAzureSiteRecoveryManagementServiceAPIClient has been removed
  • Function *ClientFactory.NewDraClient has been removed
  • Function *ClientFactory.NewDraOperationStatusClient has been removed
  • Function *ClientFactory.NewFabricOperationsStatusClient has been removed
  • Function *ClientFactory.NewPolicyOperationStatusClient has been removed
  • Function *ClientFactory.NewProtectedItemOperationStatusClient has been removed
  • Function *ClientFactory.NewRecoveryPointsClient has been removed
  • Function *ClientFactory.NewReplicationExtensionOperationStatusClient has been removed
  • Function *ClientFactory.NewVaultOperationStatusClient has been removed
  • Function *ClientFactory.NewWorkflowClient has been removed
  • Function *ClientFactory.NewWorkflowOperationStatusClient has been removed
  • Function NewDraClient has been removed
  • Function *DraClient.BeginCreate has been removed
  • Function *DraClient.BeginDelete has been removed
  • Function *DraClient.Get has been removed
  • Function *DraClient.NewListPager has been removed
  • Function *DraModelCustomProperties.GetDraModelCustomProperties has been removed
  • Function NewDraOperationStatusClient has been removed
  • Function *DraOperationStatusClient.Get has been removed
  • Function NewFabricOperationsStatusClient has been removed
  • Function *FabricOperationsStatusClient.Get has been removed
  • Function *FailoverWorkflowModelCustomProperties.GetWorkflowModelCustomProperties has been removed
  • Function NewPolicyOperationStatusClient has been removed
  • Function *PolicyOperationStatusClient.Get has been removed
  • Function NewProtectedItemOperationStatusClient has been removed
  • Function *ProtectedItemOperationStatusClient.Get has been removed
  • Function NewRecoveryPointsClient has been removed
  • Function *RecoveryPointsClient.Get has been removed
  • Function *RecoveryPointsClient.NewListPager has been removed
  • Function NewReplicationExtensionOperationStatusClient has been removed
  • Function *ReplicationExtensionOperationStatusClient.Get has been removed
  • Function *TestFailoverCleanupWorkflowModelCustomProperties.GetWorkflowModelCustomProperties has been removed
  • Function *TestFailoverWorkflowModelCustomProperties.GetWorkflowModelCustomProperties has been removed
  • Function *VMwareDraModelCustomProperties.GetDraModelCustomProperties has been removed
  • Function NewVaultOperationStatusClient has been removed
  • Function *VaultOperationStatusClient.Get has been removed
  • Function NewWorkflowClient has been removed
  • Function *WorkflowClient.Get has been removed
  • Function *WorkflowClient.NewListPager has been removed
  • Function *WorkflowModelCustomProperties.GetWorkflowModelCustomProperties has been removed
  • Function NewWorkflowOperationStatusClient has been removed
  • Function *WorkflowOperationStatusClient.Get has been removed
  • Struct DraModel has been removed
  • Struct DraModelCollection has been removed
  • Struct DraModelProperties has been removed
  • Struct DraModelSystemData has been removed
  • Struct EmailConfigurationModelCollection has been removed
  • Struct EmailConfigurationModelSystemData has been removed
  • Struct EventModelCollection has been removed
  • Struct EventModelSystemData has been removed
  • Struct FabricModelCollection has been removed
  • Struct FabricModelSystemData has been removed
  • Struct FabricModelUpdateSystemData has been removed
  • Struct FailoverWorkflowModelCustomProperties has been removed
  • Struct PolicyModelCollection has been removed
  • Struct PolicyModelSystemData has been removed
  • Struct ProtectedItemModelCollection has been removed
  • Struct ProtectedItemModelPropertiesCurrentJob has been removed
  • Struct ProtectedItemModelPropertiesLastFailedEnableProtectionJob has been removed
  • Struct ProtectedItemModelPropertiesLastFailedPlannedFailoverJob has been removed
  • Struct ProtectedItemModelPropertiesLastTestFailoverJob has been removed
  • Struct ProtectedItemModelSystemData has been removed
  • Struct RecoveryPointModelCollection has been removed
  • Struct RecoveryPointModelSystemData has been removed
  • Struct ReplicationExtensionModelCollection has been removed
  • Struct ReplicationExtensionModelSystemData has been removed
  • Struct TestFailoverCleanupWorkflowModelCustomProperties has been removed
  • Struct TestFailoverWorkflowModelCustomProperties has been removed
  • Struct VMwareDraModelCustomProperties has been removed
  • Struct VaultModelCollection has been removed
  • Struct VaultModelSystemData has been removed
  • Struct VaultModelUpdateSystemData has been removed
  • Struct WorkflowModel has been removed
  • Struct WorkflowModelCollection has been removed
  • Struct WorkflowModelProperties has been removed
  • Struct WorkflowModelSystemData has been removed
  • Field EmailConfigurationModelCollection of struct EmailConfigurationClientListResponse has been removed
  • Field Filter of struct EventClientListOptions has been removed
  • Field EventModelCollection of struct EventClientListResponse has been removed
  • Field ContinuationToken of struct FabricClientListBySubscriptionOptions has been removed
  • Field FabricModelCollection of struct FabricClientListBySubscriptionResponse has been removed
  • Field FabricModelCollection of struct FabricClientListResponse has been removed
  • Field SourceDraName, TargetDraName of struct HyperVToAzStackHCIProtectedItemModelCustomProperties has been removed
  • Field PolicyModelCollection of struct PolicyClientListResponse has been removed
  • Field Body of struct ProtectedItemClientBeginPlannedFailoverOptions has been removed
  • Field ProtectedItemModelCollection of struct ProtectedItemClientListResponse has been removed
  • Field DraID, TargetDraID of struct ProtectedItemModelProperties has been removed
  • Field ReplicationExtensionModelCollection of struct ReplicationExtensionClientListResponse has been removed
  • Field ChildrenWorkflows of struct TaskModel has been removed
  • Field SourceDraName, TargetDraName of struct VMwareToAzStackHCIProtectedItemModelCustomProperties has been removed
  • Field ContinuationToken of struct VaultClientListBySubscriptionOptions has been removed
  • Field VaultModelCollection of struct VaultClientListBySubscriptionResponse has been removed
  • Field VaultModelCollection of struct VaultClientListResponse has been removed

Features Added

  • New enum type CreatedByType with values CreatedByTypeApplication, CreatedByTypeKey, CreatedByTypeManagedIdentity, CreatedByTypeUser
  • New enum type JobObjectType with values JobObjectTypeAvsDiskPool, JobObjectTypeFabric, JobObjectTypeFabricAgent, JobObjectTypePolicy, JobObjectTypeProtectedItem, JobObjectTypeRecoveryPlan, JobObjectTypeReplicationExtension, JobObjectTypeVault
  • New enum type JobState with values JobStateCancelled, JobStateCancelling, JobStateCompletedWithErrors, JobStateCompletedWithInformation, JobStateCompletedWithWarnings, JobStateFailed, JobStatePending, JobStateStarted, JobStateSucceeded
  • New enum type ManagedServiceIdentityType with values ManagedServiceIdentityTypeNone, ManagedServiceIdentityTypeSystemAssigned, ManagedServiceIdentityTypeSystemAssignedUserAssigned, ManagedServiceIdentityTypeUserAssigned
  • New enum type PrivateEndpointConnectionStatus with values PrivateEndpointConnectionStatusApproved, `PrivateEndpointConnectio...
Read more

sdk/resourcemanager/resources/armdeploymentstacks/v1.0.1

24 Jul 06:16
5cee67d
Compare
Choose a tag to compare

1.0.1 (2025-07-23)

Other Changes

  • Adopt latest code gen optimization.

sdk/resourcemanager/compute/armcompute/v7.0.0

24 Jul 02:58
9ffc21c
Compare
Choose a tag to compare

7.0.0 (2025-07-23)

Breaking Changes

  • Type of OperationValue.Display has been changed from *OperationValueDisplay to *OperationDisplay
  • Type of OperationValue.Origin has been changed from *string to *Origin
  • Enum AvailabilitySetSKUTypes has been removed
  • Enum Expand has been removed
  • Operation *VirtualMachineImagesClient.NewListWithPropertiesPager does not support pagination anymore, use *VirtualMachineImagesClient.ListWithProperties instead.
  • Struct DiskImageEncryption has been removed
  • Struct GalleryArtifactPublishingProfileBase has been removed
  • Struct GalleryArtifactSafetyProfileBase has been removed
  • Struct GalleryArtifactSource has been removed
  • Struct GalleryArtifactVersionSource has been removed
  • Struct GalleryDiskImage has been removed
  • Struct GalleryResourceProfilePropertiesBase has been removed
  • Struct GalleryResourceProfileVersionPropertiesBase has been removed
  • Struct ImageDisk has been removed
  • Struct LatestGalleryImageVersion has been removed
  • Struct LogAnalyticsInputBase has been removed
  • Struct ManagedArtifact has been removed
  • Struct OperationValueDisplay has been removed
  • Struct PirCommunityGalleryResource has been removed
  • Struct PirResource has been removed
  • Struct PirSharedGalleryResource has been removed
  • Struct ProxyOnlyResource has been removed
  • Struct ProxyResource has been removed
  • Struct Resource has been removed
  • Struct ResourceWithOptionalLocation has been removed
  • Struct SharedGalleryDiskImage has been removed
  • Struct UpdateResource has been removed
  • Struct UpdateResourceDefinition has been removed
  • Struct VirtualMachineImagesWithPropertiesListResult has been removed

Features Added

  • New enum type ActionType with values ActionTypeInternal
  • New enum type AvailabilityPolicyDiskDelay with values AvailabilityPolicyDiskDelayAutomaticReattach, AvailabilityPolicyDiskDelayNone
  • New enum type CreatedByType with values CreatedByTypeApplication, CreatedByTypeKey, CreatedByTypeManagedIdentity, CreatedByTypeUser
  • New enum type Origin with values OriginSystem, OriginUser, OriginUserSystem
  • New enum type SnapshotAccessState with values SnapshotAccessStateAvailable, SnapshotAccessStateAvailableWithInstantAccess, SnapshotAccessStateInstantAccess, SnapshotAccessStatePending, SnapshotAccessStateUnknown
  • New enum type SupportedSecurityOption with values SupportedSecurityOptionTrustedLaunchAndConfidentialVMSupported, SupportedSecurityOptionTrustedLaunchSupported
  • New struct AvailabilityPolicy
  • New struct OperationDisplay
  • New field SecurityMetadataAccessSAS in struct AccessURI
  • New field SystemData in struct AvailabilitySet
  • New field SystemData in struct CapacityReservation
  • New field SystemData in struct CapacityReservationGroup
  • New field InstantAccessDurationMinutes, SecurityMetadataURI in struct CreationData
  • New field SystemData in struct DedicatedHost
  • New field SystemData in struct DedicatedHostGroup
  • New field NextLink in struct DedicatedHostSizeListResult
  • New field SystemData in struct Disk
  • New field SystemData in struct DiskAccess
  • New field SystemData in struct DiskEncryptionSet
  • New field AvailabilityPolicy in struct DiskProperties
  • New field SystemData in struct DiskRestorePoint
  • New field AvailabilityPolicy in struct DiskUpdateProperties
  • New field SystemData in struct Gallery
  • New field SystemData in struct GalleryApplication
  • New field SystemData in struct GalleryApplicationVersion
  • New field SystemData in struct GalleryImage
  • New field SystemData in struct GalleryImageVersion
  • New field SystemData in struct GalleryInVMAccessControlProfile
  • New field SystemData in struct GalleryInVMAccessControlProfileVersion
  • New field SystemData in struct GallerySoftDeletedResource
  • New field SystemData in struct Image
  • New field NextLink in struct OperationListResult
  • New field ActionType, IsDataAction in struct OperationValue
  • New field SystemData in struct PrivateEndpointConnection
  • New field SystemData in struct ProximityPlacementGroup
  • New field SystemData in struct RestorePoint
  • New field SystemData in struct RestorePointCollection
  • New field SystemData in struct RollingUpgradeStatusInfo
  • New field SystemData in struct SSHPublicKeyResource
  • New field SystemData in struct Snapshot
  • New field SnapshotAccessState in struct SnapshotProperties
  • New field SnapshotAccessState in struct SnapshotUpdateProperties
  • New field SupportedSecurityOption in struct SupportedCapabilities
  • New field CreatedBy, CreatedByType, LastModifiedBy, LastModifiedByType in struct SystemData
  • New field SystemData in struct VirtualMachine
  • New field SystemData in struct VirtualMachineExtension
  • New field SystemData in struct VirtualMachineExtensionImage
  • New field SystemData in struct VirtualMachineRunCommand
  • New field SystemData in struct VirtualMachineScaleSet
  • New field SystemData in struct VirtualMachineScaleSetVM
  • New field NextLink in struct VirtualMachineSizeListResult

sdk/resourcemanager/resources/armdeployments/v0.1.0

24 Jul 05:50
5cee67d
Compare
Choose a tag to compare

0.1.0 (2025-07-24)

Other Changes

This package is split from github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources.

To learn more, please refer to our documentation Quick Start.