Releases: Azure/azure-sdk-for-go
Releases · Azure/azure-sdk-for-go
sdk/messaging/azservicebus/v1.10.0
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
1.1.0-beta.1 (2025-07-23)
Features Added
- New enum type
AuthenticationMode
with valuesAuthenticationModeMicrosoftEntraID
,AuthenticationModeNativeAuth
- New enum type
DataAPIMode
with valuesDataAPIModeDisabled
,DataAPIModeEnabled
- New enum type
EntraPrincipalType
with valuesEntraPrincipalTypeServicePrincipal
,EntraPrincipalTypeUser
- New enum type
IdentityProviderType
with valuesIdentityProviderTypeMicrosoftEntraID
- New enum type
KeyEncryptionKeyIdentityType
with valuesKeyEncryptionKeyIdentityTypeUserAssignedIdentity
- New enum type
ManagedServiceIdentityType
with valuesManagedServiceIdentityTypeNone
,ManagedServiceIdentityTypeSystemAssigned
,ManagedServiceIdentityTypeSystemAssignedUserAssigned
,ManagedServiceIdentityTypeUserAssigned
- New enum type
StorageType
with valuesStorageTypePremiumSSD
,StorageTypePremiumSSDv2
- New enum type
UserRole
with valuesUserRoleRoot
- 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 structMongoCluster
- New field
AuthConfig
,DataAPI
,Encryption
in structProperties
- New field
Iops
,Throughput
,Type
in structStorageProperties
- New field
Identity
in structUpdate
- New field
AuthConfig
,DataAPI
in structUpdateProperties
sdk/azidentity/v1.11.0
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
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
2.1.0 (2025-07-29)
Features Added
- New enum type
HostKind
with valuesHostKindGeneral
,HostKindSpecialized
- New enum type
HostMaintenance
with valuesHostMaintenanceReplacement
,HostMaintenanceUpgrade
- New enum type
HostProvisioningState
with valuesHostProvisioningStateCanceled
,HostProvisioningStateFailed
,HostProvisioningStateSucceeded
- New enum type
ProvisionedNetworkProvisioningState
with valuesProvisionedNetworkProvisioningStateCanceled
,ProvisionedNetworkProvisioningStateFailed
,ProvisionedNetworkProvisioningStateSucceeded
- New enum type
ProvisionedNetworkTypes
with valuesProvisionedNetworkTypesEsxManagement
,ProvisionedNetworkTypesEsxReplication
,ProvisionedNetworkTypesHcxManagement
,ProvisionedNetworkTypesHcxUplink
,ProvisionedNetworkTypesVcenterManagement
,ProvisionedNetworkTypesVmotion
,ProvisionedNetworkTypesVsan
- New enum type
PureStoragePolicyProvisioningState
with valuesPureStoragePolicyProvisioningStateCanceled
,PureStoragePolicyProvisioningStateDeleting
,PureStoragePolicyProvisioningStateFailed
,PureStoragePolicyProvisioningStateSucceeded
,PureStoragePolicyProvisioningStateUpdating
- New enum type
ResourceSKUResourceType
with valuesResourceSKUResourceTypePrivateClouds
,ResourceSKUResourceTypePrivateCloudsClusters
- New enum type
ResourceSKURestrictionsReasonCode
with valuesResourceSKURestrictionsReasonCodeNotAvailableForSubscription
,ResourceSKURestrictionsReasonCodeQuotaID
- New enum type
ResourceSKURestrictionsType
with valuesResourceSKURestrictionsTypeLocation
,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 structAddonHcxProperties
- New field
PureStorageVolume
in structDatastoreProperties
- New field
Zones
in structPrivateCloud
sdk/internal/v1.11.2
1.11.2 (2025-07-30)
Other Changes
errorinfo.NonRetriable()
doesn't wrap errors which are alreadyNonRetriable
sdk/resourcemanager/recoveryservicesdatareplication/armrecoveryservicesdatareplication/v1.0.0
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 structEmailConfigurationClientListResponse
has been removed - Field
Filter
of structEventClientListOptions
has been removed - Field
EventModelCollection
of structEventClientListResponse
has been removed - Field
ContinuationToken
of structFabricClientListBySubscriptionOptions
has been removed - Field
FabricModelCollection
of structFabricClientListBySubscriptionResponse
has been removed - Field
FabricModelCollection
of structFabricClientListResponse
has been removed - Field
SourceDraName
,TargetDraName
of structHyperVToAzStackHCIProtectedItemModelCustomProperties
has been removed - Field
PolicyModelCollection
of structPolicyClientListResponse
has been removed - Field
Body
of structProtectedItemClientBeginPlannedFailoverOptions
has been removed - Field
ProtectedItemModelCollection
of structProtectedItemClientListResponse
has been removed - Field
DraID
,TargetDraID
of structProtectedItemModelProperties
has been removed - Field
ReplicationExtensionModelCollection
of structReplicationExtensionClientListResponse
has been removed - Field
ChildrenWorkflows
of structTaskModel
has been removed - Field
SourceDraName
,TargetDraName
of structVMwareToAzStackHCIProtectedItemModelCustomProperties
has been removed - Field
ContinuationToken
of structVaultClientListBySubscriptionOptions
has been removed - Field
VaultModelCollection
of structVaultClientListBySubscriptionResponse
has been removed - Field
VaultModelCollection
of structVaultClientListResponse
has been removed
Features Added
- New enum type
CreatedByType
with valuesCreatedByTypeApplication
,CreatedByTypeKey
,CreatedByTypeManagedIdentity
,CreatedByTypeUser
- New enum type
JobObjectType
with valuesJobObjectTypeAvsDiskPool
,JobObjectTypeFabric
,JobObjectTypeFabricAgent
,JobObjectTypePolicy
,JobObjectTypeProtectedItem
,JobObjectTypeRecoveryPlan
,JobObjectTypeReplicationExtension
,JobObjectTypeVault
- New enum type
JobState
with valuesJobStateCancelled
,JobStateCancelling
,JobStateCompletedWithErrors
,JobStateCompletedWithInformation
,JobStateCompletedWithWarnings
,JobStateFailed
,JobStatePending
,JobStateStarted
,JobStateSucceeded
- New enum type
ManagedServiceIdentityType
with valuesManagedServiceIdentityTypeNone
,ManagedServiceIdentityTypeSystemAssigned
,ManagedServiceIdentityTypeSystemAssignedUserAssigned
,ManagedServiceIdentityTypeUserAssigned
- New enum type
PrivateEndpointConnectionStatus
with valuesPrivateEndpointConnectionStatusApproved
, `PrivateEndpointConnectio...
sdk/resourcemanager/resources/armdeploymentstacks/v1.0.1
1.0.1 (2025-07-23)
Other Changes
- Adopt latest code gen optimization.
sdk/resourcemanager/compute/armcompute/v7.0.0
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 valuesActionTypeInternal
- New enum type
AvailabilityPolicyDiskDelay
with valuesAvailabilityPolicyDiskDelayAutomaticReattach
,AvailabilityPolicyDiskDelayNone
- New enum type
CreatedByType
with valuesCreatedByTypeApplication
,CreatedByTypeKey
,CreatedByTypeManagedIdentity
,CreatedByTypeUser
- New enum type
Origin
with valuesOriginSystem
,OriginUser
,OriginUserSystem
- New enum type
SnapshotAccessState
with valuesSnapshotAccessStateAvailable
,SnapshotAccessStateAvailableWithInstantAccess
,SnapshotAccessStateInstantAccess
,SnapshotAccessStatePending
,SnapshotAccessStateUnknown
- New enum type
SupportedSecurityOption
with valuesSupportedSecurityOptionTrustedLaunchAndConfidentialVMSupported
,SupportedSecurityOptionTrustedLaunchSupported
- New struct
AvailabilityPolicy
- New struct
OperationDisplay
- New field
SecurityMetadataAccessSAS
in structAccessURI
- New field
SystemData
in structAvailabilitySet
- New field
SystemData
in structCapacityReservation
- New field
SystemData
in structCapacityReservationGroup
- New field
InstantAccessDurationMinutes
,SecurityMetadataURI
in structCreationData
- New field
SystemData
in structDedicatedHost
- New field
SystemData
in structDedicatedHostGroup
- New field
NextLink
in structDedicatedHostSizeListResult
- New field
SystemData
in structDisk
- New field
SystemData
in structDiskAccess
- New field
SystemData
in structDiskEncryptionSet
- New field
AvailabilityPolicy
in structDiskProperties
- New field
SystemData
in structDiskRestorePoint
- New field
AvailabilityPolicy
in structDiskUpdateProperties
- New field
SystemData
in structGallery
- New field
SystemData
in structGalleryApplication
- New field
SystemData
in structGalleryApplicationVersion
- New field
SystemData
in structGalleryImage
- New field
SystemData
in structGalleryImageVersion
- New field
SystemData
in structGalleryInVMAccessControlProfile
- New field
SystemData
in structGalleryInVMAccessControlProfileVersion
- New field
SystemData
in structGallerySoftDeletedResource
- New field
SystemData
in structImage
- New field
NextLink
in structOperationListResult
- New field
ActionType
,IsDataAction
in structOperationValue
- New field
SystemData
in structPrivateEndpointConnection
- New field
SystemData
in structProximityPlacementGroup
- New field
SystemData
in structRestorePoint
- New field
SystemData
in structRestorePointCollection
- New field
SystemData
in structRollingUpgradeStatusInfo
- New field
SystemData
in structSSHPublicKeyResource
- New field
SystemData
in structSnapshot
- New field
SnapshotAccessState
in structSnapshotProperties
- New field
SnapshotAccessState
in structSnapshotUpdateProperties
- New field
SupportedSecurityOption
in structSupportedCapabilities
- New field
CreatedBy
,CreatedByType
,LastModifiedBy
,LastModifiedByType
in structSystemData
- New field
SystemData
in structVirtualMachine
- New field
SystemData
in structVirtualMachineExtension
- New field
SystemData
in structVirtualMachineExtensionImage
- New field
SystemData
in structVirtualMachineRunCommand
- New field
SystemData
in structVirtualMachineScaleSet
- New field
SystemData
in structVirtualMachineScaleSetVM
- New field
NextLink
in structVirtualMachineSizeListResult
sdk/resourcemanager/resources/armdeployments/v0.1.0
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.