Skip to content

Releases: Azure/azure-sdk-for-go

sdk/resourcemanager/newrelic/armnewrelicobservability/v2.0.0

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 04 Sep 08:03
b3ddb5c

2.0.0 (2026-08-21)

Breaking Changes

  • Type of PlanData.BillingCycle has been changed from *BillingCycle to *string
  • Enum BillingCycle has been removed
  • Operation *MonitorsClient.Update has been changed to LRO, use *MonitorsClient.BeginUpdate instead.
  • Parameter order for *MonitorsClient.BeginDelete has changed from resourceGroupName, monitorName, userEmail to resourceGroupName, userEmail, monitorName.

Features Added

  • New function *ClientFactory.NewSaaSClient() *SaaSClient
  • New function *MonitorsClient.LatestLinkedSaaS(ctx context.Context, resourceGroupName string, monitorName string, options *MonitorsClientLatestLinkedSaaSOptions) (MonitorsClientLatestLinkedSaaSResponse, error)
  • New function *MonitorsClient.BeginLinkSaaS(ctx context.Context, resourceGroupName string, monitorName string, body SaaSData, options *MonitorsClientBeginLinkSaaSOptions) (*runtime.Poller[MonitorsClientLinkSaaSResponse], error)
  • New function *MonitorsClient.RefreshIngestionKey(ctx context.Context, resourceGroupName string, monitorName string, options *MonitorsClientRefreshIngestionKeyOptions) (MonitorsClientRefreshIngestionKeyResponse, error)
  • New function *MonitorsClient.BeginResubscribe(ctx context.Context, resourceGroupName string, monitorName string, options *MonitorsClientBeginResubscribeOptions) (*runtime.Poller[MonitorsClientResubscribeResponse], error)
  • New function NewSaaSClient(subscriptionID string, credential azcore.TokenCredential, options *arm.ClientOptions) (*SaaSClient, error)
  • New function *SaaSClient.ActivateResource(ctx context.Context, request ActivateSaaSParameterRequest, options *SaaSClientActivateResourceOptions) (SaaSClientActivateResourceResponse, error)
  • New struct ActivateSaaSParameterRequest
  • New struct LatestLinkedSaaSResponse
  • New struct ResubscribeProperties
  • New struct SaaSData
  • New struct SaaSResourceDetailsResponse
  • New field OfferID, PublisherID in struct MarketplaceSaaSInfo
  • New field SaaSData in struct MonitorProperties
  • New field SystemData in struct MonitoredSubscriptionProperties
  • New field SaaSData in struct NewRelicMonitorResourceUpdateProperties

sdk/resourcemanager/servicenetworking/armservicenetworking/v1.2.0

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 03 Sep 05:23
03dc1c3

1.2.0 (2026-08-28)

Features Added

  • New value PolicyTypeIPAccessRules added to enum type PolicyType
  • New enum type IPAccessRuleAction with values IPAccessRuleActionAllow, IPAccessRuleActionDeny
  • New enum type PrivateLinkServiceConnectionStatus with values PrivateLinkServiceConnectionStatusApproved, PrivateLinkServiceConnectionStatusDisconnected, PrivateLinkServiceConnectionStatusPending, PrivateLinkServiceConnectionStatusRejected
  • New enum type PublicNetworkAccess with values PublicNetworkAccessDisabled, PublicNetworkAccessEnabled
  • New function *ClientFactory.NewPrivateEndpointConnectionsInterfaceClient() *PrivateEndpointConnectionsInterfaceClient
  • New function *ClientFactory.NewPrivateLinkResourcesInterfaceClient() *PrivateLinkResourcesInterfaceClient
  • New function NewPrivateEndpointConnectionsInterfaceClient(subscriptionID string, credential azcore.TokenCredential, options *arm.ClientOptions) (*PrivateEndpointConnectionsInterfaceClient, error)
  • New function *PrivateEndpointConnectionsInterfaceClient.BeginDelete(ctx context.Context, resourceGroupName string, trafficControllerName string, privateEndpointConnectionName string, options *PrivateEndpointConnectionsInterfaceClientBeginDeleteOptions) (*runtime.Poller[PrivateEndpointConnectionsInterfaceClientDeleteResponse], error)
  • New function *PrivateEndpointConnectionsInterfaceClient.Get(ctx context.Context, resourceGroupName string, trafficControllerName string, privateEndpointConnectionName string, options *PrivateEndpointConnectionsInterfaceClientGetOptions) (PrivateEndpointConnectionsInterfaceClientGetResponse, error)
  • New function *PrivateEndpointConnectionsInterfaceClient.NewListByTrafficControllerPager(resourceGroupName string, trafficControllerName string, options *PrivateEndpointConnectionsInterfaceClientListByTrafficControllerOptions) *runtime.Pager[PrivateEndpointConnectionsInterfaceClientListByTrafficControllerResponse]
  • New function *PrivateEndpointConnectionsInterfaceClient.BeginUpdate(ctx context.Context, resourceGroupName string, trafficControllerName string, privateEndpointConnectionName string, resource PrivateEndpointConnection, options *PrivateEndpointConnectionsInterfaceClientBeginUpdateOptions) (*runtime.Poller[PrivateEndpointConnectionsInterfaceClientUpdateResponse], error)
  • New function NewPrivateLinkResourcesInterfaceClient(subscriptionID string, credential azcore.TokenCredential, options *arm.ClientOptions) (*PrivateLinkResourcesInterfaceClient, error)
  • New function *PrivateLinkResourcesInterfaceClient.Get(ctx context.Context, resourceGroupName string, trafficControllerName string, privateLinkResourceName string, options *PrivateLinkResourcesInterfaceClientGetOptions) (PrivateLinkResourcesInterfaceClientGetResponse, error)
  • New function *PrivateLinkResourcesInterfaceClient.NewListByTrafficControllerPager(resourceGroupName string, trafficControllerName string, options *PrivateLinkResourcesInterfaceClientListByTrafficControllerOptions) *runtime.Pager[PrivateLinkResourcesInterfaceClientListByTrafficControllerResponse]
  • New struct FrontendAssociation
  • New struct FrontendUpdateProperties
  • New struct IPAccessRule
  • New struct IPAccessRulesPolicy
  • New struct IPAccessRulesSecurityPolicy
  • New struct PrivateEndpointConnection
  • New struct PrivateEndpointConnectionListResult
  • New struct PrivateEndpointConnectionProperties
  • New struct PrivateEndpointReference
  • New struct PrivateLinkResource
  • New struct PrivateLinkResourceListResult
  • New struct PrivateLinkResourceProperties
  • New struct PrivateLinkServiceConnectionState
  • New field Association, PublicNetworkAccess, SecurityPolicyConfigurations in struct FrontendProperties
  • New field Properties in struct FrontendUpdate
  • New field IPAccessRulesSecurityPolicy in struct SecurityPolicyConfigurations
  • New field IPAccessRulesPolicy in struct SecurityPolicyProperties
  • New field IPAccessRulesPolicy in struct SecurityPolicyUpdateProperties
  • New field PrivateEndpointConnections in struct TrafficControllerProperties

sdk/resourcemanager/providerhub/armproviderhub/v4.0.0

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 04 Sep 02:54
c5fc44e

4.0.0 (2026-09-02)

Breaking Changes

  • Type of ResourceType.ResourceDeletionPolicy has been changed from *ManifestResourceDeletionPolicy to *ResourceDeletionPolicy
  • Type of ResourceTypeRegistrationProperties.ResourceDeletionPolicy has been changed from *ResourceDeletionPolicy to *RPaaSResourceDeletionPolicy
  • ResourceAccessPolicyAcisActionAllowed, ResourceAccessPolicyAcisReadAllowed from enum ResourceAccessPolicy has been removed
  • ResourceDeletionPolicyCascadeDeleteAll, ResourceDeletionPolicyCascadeDeleteProxyOnlyChildren from enum ResourceDeletionPolicy has been removed
  • Enum AvailableCheckInManifestEnvironment has been removed
  • Enum ManifestResourceDeletionPolicy has been removed
  • Enum Readiness has been removed
  • Enum ServiceFeatureFlagAction has been removed
  • Function *ClientFactory.NewNewRegionFrontloadReleaseClient has been removed
  • Function NewNewRegionFrontloadReleaseClient has been removed
  • Function *NewRegionFrontloadReleaseClient.CreateOrUpdate has been removed
  • Function *NewRegionFrontloadReleaseClient.GenerateManifest has been removed
  • Function *NewRegionFrontloadReleaseClient.Get has been removed
  • Function *NewRegionFrontloadReleaseClient.Stop has been removed
  • Struct FanoutLinkedNotificationRuleDstsConfiguration has been removed
  • Struct FrontloadPayload has been removed
  • Struct FrontloadPayloadProperties has been removed
  • Struct FrontloadPayloadPropertiesOverrideEndpointLevelFields has been removed
  • Struct FrontloadPayloadPropertiesOverrideManifestLevelFields has been removed
  • Struct ResourceProviderManifestPropertiesDstsConfiguration has been removed
  • Struct ResourceTypeEndpointBaseDstsConfiguration has been removed
  • Struct ResourceTypeEndpointBaseFeaturesRule has been removed
  • Struct ResourceTypeEndpointDstsConfiguration has been removed
  • Struct ResourceTypeRegistrationPropertiesDstsConfiguration has been removed
  • Struct ServiceTreeInfo has been removed
  • Field DstsConfiguration of struct FanoutLinkedNotificationRule has been removed
  • Field OperationsDefinitionArray of struct OperationsClientListByProviderRegistrationResponse has been removed
  • Field DstsConfiguration of struct ProviderRegistrationProperties has been removed
  • Field ServiceTreeInfos of struct ResourceProviderManifestManagement has been removed
  • Field ServiceTreeInfos of struct ResourceProviderManifestPropertiesManagement has been removed
  • Field ServiceTreeInfos of struct ResourceType has been removed
  • Field DstsConfiguration of struct ResourceTypeEndpoint has been removed
  • Field DstsConfiguration, ServiceTreeInfos of struct ResourceTypeRegistrationProperties has been removed
  • Field ServiceTreeInfos of struct ResourceTypeRegistrationPropertiesManagement has been removed

Features Added

  • New value ExtensionCategoryResourceBillingNotification added to enum type ExtensionCategory
  • New value MarketplaceTypeProviderHub added to enum type MarketplaceType
  • New value ResourceDeletionPolicyCascade, ResourceDeletionPolicyForce, ResourceDeletionPolicySoftDelete added to enum type ResourceDeletionPolicy
  • New value ResourceProviderTypeDecommissioned added to enum type ResourceProviderType
  • New enum type LinkedAccessCheckOptions with values LinkedAccessCheckOptionsIgnoreEmptyStringLinkedType, LinkedAccessCheckOptionsNotSpecified
  • New enum type ManifestCheckinOption with values ManifestCheckinOptionAttemptAutomaticManifestCheckin, ManifestCheckinOptionDoNotAttemptAutomaticManifestCheckin
  • New enum type RPaaSResourceDeletionPolicy with values RPaaSResourceDeletionPolicyCascade, RPaaSResourceDeletionPolicyCascadeDeleteAll, RPaaSResourceDeletionPolicyCascadeDeleteProxyOnlyChildren, RPaaSResourceDeletionPolicyForce, RPaaSResourceDeletionPolicyNotSpecified
  • New enum type WriteLockState with values WriteLockStateDisabled, WriteLockStateEnabled
  • New function *ClientFactory.NewManifestsClient() *ManifestsClient
  • New function NewManifestsClient(subscriptionID string, credential azcore.TokenCredential, options *arm.ClientOptions) (*ManifestsClient, error)
  • New function *ManifestsClient.CreateOrUpdate(ctx context.Context, providerNamespace string, environment string, properties ManifestInfo, options *ManifestsClientCreateOrUpdateOptions) (ManifestsClientCreateOrUpdateResponse, error)
  • New function *ManifestsClient.Get(ctx context.Context, providerNamespace string, environment string, options *ManifestsClientGetOptions) (ManifestsClientGetResponse, error)
  • New struct ActionConfiguration
  • New struct AppliedManifestInfo
  • New struct GroupConnectivityInformation
  • New struct LocalizedOperationDisplayDefinitionQPSPloc
  • New struct ManagedResourceGroupDenyAssignmentConfiguration
  • New struct ManifestCheckinSpecification
  • New struct ManifestInfo
  • New struct ManifestInfoProperties
  • New struct PrivateEndpointConfiguration
  • New struct ResourceDeletionPolicyAndProperties
  • New struct ResourceDeletionPolicyProperties
  • New struct ResourceTypeManagedResourceGroupConfiguration
  • New struct WriteLockConfiguration
  • New field ExcludeApplicationIDFromManifest in struct ApplicationDataAuthorization
  • New field ManifestCheckinSpecification, RolloutID in struct CustomRolloutPropertiesSpecification
  • New field CompletedRegionsInfo in struct CustomRolloutPropertiesStatus
  • New field ManifestCheckinSpecification in struct DefaultRolloutPropertiesSpecification
  • New field Options in struct LinkedAccessCheck
  • New field Properties in struct LocalizedOperationDefinition
  • New field QPSPloc in struct LocalizedOperationDefinitionDisplay
  • New anonymous field OperationsPutContent in struct OperationsClientListByProviderRegistrationResponse
  • New field EnablePresetResourceTypes, OboSubscriptionID in struct ProviderRegistrationProperties
  • New field TokenAuthConfiguration in struct ResourceProviderManifest
  • New field FeatureManagementOwners in struct ResourceProviderManifestManagement
  • New field FeatureManagementOwners in struct ResourceProviderManifestPropertiesManagement
  • New field ResourceDeletionPolicies in struct ResourceType
  • New field ManagedResourceGroupConfiguration, PrivateEndpointConfiguration, ResourceDeletionPolicies, SuperScaleEnabled, WriteLock in struct ResourceTypeRegistrationProperties
  • New field FeatureManagementOwners in struct ResourceTypeRegistrationPropertiesManagement
  • New field ActionConfigurations, BatchContractVersion, MaxBatchSize, MaxNestedBatchSize, RequiredFeatures in struct ResourceTypeRegistrationPropertiesResourceManagementOptionsBatchProvisioningSupport
  • New field BucketSize in struct ThrottlingMetric

sdk/resourcemanager/redhatopenshifthcp/armredhatopenshifthcp/v0.1.0

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 02 Sep 15:19
76eaacc

0.1.0 (2026-08-19)

Other Changes

The package of github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/redhatopenshifthcp/armredhatopenshifthcp is using our next generation design principles.

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

sdk/resourcemanager/servicefabricmanagedclusters/armservicefabricmanagedclusters/v1.1.0-beta.2

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 02 Sep 03:34
ae2cd63

1.1.0-beta.2 (2026-08-31)

Other Changes

  • Updated generated documentation for service replica restart operations.
  • Updated dependencies.

sdk/resourcemanager/resources/armpolicy/v2.0.0-beta.2

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 01 Sep 19:13
4f84917

2.0.0-beta.2 (2026-08-31)

Features Added

  • New enum type ExemptionManagementMode with values ExemptionManagementModeAdmin, ExemptionManagementModeUserSelfServe
  • New field ExemptionManagementMode in struct ExemptionProperties
  • New field ExemptionManagementMode in struct ExemptionUpdateProperties

sdk/resourcemanager/containerservice/armcontainerservice/v9.6.0-beta.1

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 02 Sep 03:14
e4c5de0

9.6.0-beta.1 (2026-09-01)

Features Added

  • New value AgentPoolModeMachines, AgentPoolModeManagedSystem added to enum type AgentPoolMode
  • New value AgentPoolTypeFlexNodes added to enum type AgentPoolType
  • New value BackendPoolTypePodIP added to enum type BackendPoolType
  • New value LoadBalancerSKUService added to enum type LoadBalancerSKU
  • New value OSSKUFlatcar, OSSKUMariner, OSSKUUbuntu2604, OSSKUWindowsAnnual added to enum type OSSKU
  • New value PublicNetworkAccessSecuredByPerimeter added to enum type PublicNetworkAccess
  • New value SnapshotTypeManagedCluster added to enum type SnapshotType
  • New value TransitEncryptionTypeMTLS added to enum type TransitEncryptionType
  • New value WorkloadRuntimeKataMshvVMIsolation added to enum type WorkloadRuntime
  • New enum type AddonAutoscaling with values AddonAutoscalingDisabled, AddonAutoscalingEnabled
  • New enum type AgentPoolNICPublicIPAddressVersion with values AgentPoolNICPublicIPAddressVersionIPv4
  • New enum type AgentPoolNetworkInterfaceType with values AgentPoolNetworkInterfaceTypeDynamic, AgentPoolNetworkInterfaceTypeStandard
  • New enum type AlertConfigurationMode with values AlertConfigurationModeDisabled, AlertConfigurationModeManaged
  • New enum type AlertConfigurationProvisioningState with values AlertConfigurationProvisioningStateCanceled, AlertConfigurationProvisioningStateCreating, AlertConfigurationProvisioningStateDeleting, AlertConfigurationProvisioningStateFailed, AlertConfigurationProvisioningStateSucceeded, AlertConfigurationProvisioningStateUpdating
  • New enum type BastionSKU with values BastionSKUPremium, BastionSKUStandard
  • New enum type ClusterServiceLoadBalancerHealthProbeMode with values ClusterServiceLoadBalancerHealthProbeModeServiceNodePort, ClusterServiceLoadBalancerHealthProbeModeShared
  • New enum type ControlPlaneScalingSize with values ControlPlaneScalingSizeH2, ControlPlaneScalingSizeH4, ControlPlaneScalingSizeH8
  • New enum type DriftAction with values DriftActionRecreate, DriftActionSynced
  • New enum type DriverType with values DriverTypeCUDA, DriverTypeGRID
  • New enum type GuardrailsSupport with values GuardrailsSupportPreview, GuardrailsSupportStable
  • New enum type InfrastructureEncryption with values InfrastructureEncryptionDisabled, InfrastructureEncryptionEnabled
  • New enum type IpvsScheduler with values IpvsSchedulerLeastConnection, IpvsSchedulerRoundRobin
  • New enum type JWTAuthenticatorProvisioningState with values JWTAuthenticatorProvisioningStateCanceled, JWTAuthenticatorProvisioningStateCreating, JWTAuthenticatorProvisioningStateDeleting, JWTAuthenticatorProvisioningStateFailed, JWTAuthenticatorProvisioningStateSucceeded, JWTAuthenticatorProvisioningStateUpdating
  • New enum type ManagementMode with values ManagementModeManaged, ManagementModeUnmanaged
  • New enum type MeshMembershipProvisioningState with values MeshMembershipProvisioningStateCanceled, MeshMembershipProvisioningStateCreating, MeshMembershipProvisioningStateDeleting, MeshMembershipProvisioningStateFailed, MeshMembershipProvisioningStateSucceeded, MeshMembershipProvisioningStateUpdating
  • New enum type MigStrategy with values MigStrategyMixed, MigStrategyNone, MigStrategySingle
  • New enum type Mode with values ModeIPTABLES, ModeIPVS, ModeNFTABLES
  • New enum type NodeDisruptionPolicy with values NodeDisruptionPolicyAllow, NodeDisruptionPolicyAllowDuringMaintenanceWindow, NodeDisruptionPolicyBlock
  • New enum type NvidiaDriverMode with values NvidiaDriverModeDRA, NvidiaDriverModeDevicePlugin
  • New enum type Operator with values OperatorDoesNotExist, OperatorExists, OperatorIn, OperatorNotIn
  • New enum type PodLinkLocalAccess with values PodLinkLocalAccessIMDS, PodLinkLocalAccessNone
  • New enum type ResourceProvisioningState with values ResourceProvisioningStateCanceled, ResourceProvisioningStateFailed, ResourceProvisioningStateSucceeded
  • New enum type ResourceSKUCapacityScaleType with values ResourceSKUCapacityScaleTypeAutomatic, ResourceSKUCapacityScaleTypeManual, ResourceSKUCapacityScaleTypeNone
  • New enum type ResourceSKURestrictionsReasonCode with values ResourceSKURestrictionsReasonCodeNotAvailableForSubscription, ResourceSKURestrictionsReasonCodeQuotaID
  • New enum type ResourceSKURestrictionsType with values ResourceSKURestrictionsTypeLocation, ResourceSKURestrictionsTypeZone
  • New enum type SafeguardsSupport with values SafeguardsSupportPreview, SafeguardsSupportStable
  • New enum type SeccompDefault with values SeccompDefaultRuntimeDefault, SeccompDefaultUnconfined
  • New enum type UpgradeStrategy with values UpgradeStrategyBlueGreen, UpgradeStrategyRolling
  • New enum type VMState with values VMStateDeleted, VMStateRunning
  • New function *AgentPoolsClient.BeginCompleteUpgrade(ctx context.Context, resourceGroupName string, resourceName string, agentPoolName string, options *AgentPoolsClientBeginCompleteUpgradeOptions) (*runtime.Poller[AgentPoolsClientCompleteUpgradeResponse], error)
  • New function *AgentPoolsClient.ListBootstrapData(ctx context.Context, resourceGroupName string, resourceName string, agentPoolName string, body ListBootstrapDataRequest, options *AgentPoolsClientListBootstrapDataOptions) (AgentPoolsClientListBootstrapDataResponse, error)
  • New function *AgentPoolsClient.BeginUpdate(ctx context.Context, resourceGroupName string, resourceName string, agentPoolName string, parameters AgentPoolUpdate, options *AgentPoolsClientBeginUpdateOptions) (*runtime.Poller[AgentPoolsClientUpdateResponse], error)
  • New function NewAlertConfigurationsClient(subscriptionID string, credential azcore.TokenCredential, options *arm.ClientOptions) (*AlertConfigurationsClient, error)
  • New function *AlertConfigurationsClient.BeginCreateOrUpdate(ctx context.Context, resourceGroupName string, resourceName string, configurationName string, resource AlertConfiguration, options *AlertConfigurationsClientBeginCreateOrUpdateOptions) (*runtime.Poller[AlertConfigurationsClientCreateOrUpdateResponse], error)
  • New function *AlertConfigurationsClient.BeginDelete(ctx context.Context, resourceGroupName string, resourceName string, configurationName string, options *AlertConfigurationsClientBeginDeleteOptions) (*runtime.Poller[AlertConfigurationsClientDeleteResponse], error)
  • New function *AlertConfigurationsClient.Get(ctx context.Context, resourceGroupName string, resourceName string, configurationName string, options *AlertConfigurationsClientGetOptions) (AlertConfigurationsClientGetResponse, error)
  • New function *AlertConfigurationsClient.NewListByManagedClusterPager(resourceGroupName string, resourceName string, options *AlertConfigurationsClientListByManagedClusterOptions) *runtime.Pager[AlertConfigurationsClientListByManagedClusterResponse]
  • New function NewClient(subscriptionID string, credential azcore.TokenCredential, options *arm.ClientOptions) (*Client, error)
  • New function *Client.NewListNodeImageVersionsPager(location string, options *ClientListNodeImageVersionsOptions) *runtime.Pager[ClientListNodeImageVersionsResponse]
  • New function *ClientFactory.NewAlertConfigurationsClient() *AlertConfigurationsClient
  • New function *ClientFactory.NewClient() *Client
  • New function *ClientFactory.NewJWTAuthenticatorsClient() *JWTAuthenticatorsClient
  • New function *ClientFactory.NewLoadBalancersClient() *LoadBalancersClient
  • New function *ClientFactory.NewMaintenanceWindowsClient() *MaintenanceWindowsClient
  • New function *ClientFactory.NewManagedClusterSnapshotsClient() *ManagedClusterSnapshotsClient
  • New function *ClientFactory.NewMeshMembershipsClient() *MeshMembershipsClient
  • New function *ClientFactory.NewOperationStatusResultClient() *OperationStatusResultClient
  • New function *ClientFactory.NewVMSKUsClient() *VMSKUsClient
  • New function NewJWTAuthenticatorsClient(subscriptionID string, credential azcore.TokenCredential, options *arm.ClientOptions) (*JWTAuthenticatorsClient, error)
  • New function *JWTAuthenticatorsClient.BeginCreateOrUpdate(ctx context.Context, resourceGroupName string, resourceName string, jwtAuthenticatorName string, parameters JWTAuthenticator, options *JWTAuthenticatorsClientBeginCreateOrUpdateOptions) (*runtime.Poller[JWTAuthenticatorsClientCreateOrUpdateResponse], error)
  • New function *JWTAuthenticatorsClient.BeginDelete(ctx context.Context, resourceGroupName string, resourceName string, jwtAuthenticatorName string, options *JWTAuthenticatorsClientBeginDeleteOptions) (*runtime.Poller[JWTAuthenticatorsClientDeleteResponse], error)
  • New function *JWTAuthenticatorsClient.Get(ctx context.Context, resourceGroupName string, resourceName string, jwtAuthenticatorName string, options *JWTAuthenticatorsClientGetOptions) (JWTAuthenticatorsClientGetResponse, error)
  • New function *JWTAuthenticatorsClient.NewListByManagedClusterPager(resourceGroupName string, resourceName string, options *JWTAuthenticatorsClientListByManagedClusterOptions) *runtime.Pager[JWTAuthenticatorsClientListByManagedClusterResponse]
  • New function NewLoadBalancersClient(subscriptionID string, credential azcore.TokenCredential, options *arm.ClientOptions) (*LoadBalancersClient, error)
  • New function *LoadBalancersClient.CreateOrUpdate(ctx context.Context, resourceGroupName string, resourceName string, loadBalancerName string, parameters LoadBalancer, options *LoadBalancersClientCreateOrUpdateOptions) (LoadBalancersClientCreateOrUpdateResponse, error)
  • New function *LoadBalancersClient.BeginDelete(ctx context.Context, resourceGroupName string, resourceName string, loadBalancerName string, options *LoadBalancersClientBeginDeleteOptions) (*runtime.Poller[LoadBalancersClientDeleteResponse], error)
  • New function `*LoadBalancersClient.Get(ctx context.Context, ...
Read more

sdk/resourcemanager/compute/armrecommender/v0.3.0

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 02 Sep 03:14
01063f1

0.3.0 (2026-08-28)

Breaking Changes

  • Field ID of struct SKUMixPlacementDeploymentChoice has been removed
  • Field CapacityMax of struct SKUMixPlacementItem has been removed

Features Added

  • New enum type SKUMixPlacementCapacityLimitReason with values SKUMixPlacementCapacityLimitReasonInsufficientCapacity, SKUMixPlacementCapacityLimitReasonInsufficientQuota, SKUMixPlacementCapacityLimitReasonNone, SKUMixPlacementCapacityLimitReasonSKUNotAvailable
  • New struct SKUMixPlacementCapacityLimit
  • New field CapacityLimits, ID in struct SKUMixPlacementResponse

sdk/data/azcosmos/v1.6.0-beta.3

Pre-release

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 01 Sep 20:20
992c47e

1.6.0-beta.3 (2026-09-01)

Bugs Fixed

  • Fixed ReadManyItems requests that target a single logical partition key to include that key in service telemetry, allowing CDBPartitionKeyRUConsumption to attribute the request charge to the partition. See PR 27491.

sdk/resourcemanager/cognitiveservices/armcognitiveservices/v4.0.0-beta.4

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 01 Sep 06:50
21df6ac

4.0.0-beta.4 (2026-08-27)

Breaking Changes

  • VMPriorityLowPriority from enum VMPriority has been removed
  • Function *ComputesClient.BeginUpdate has been removed
  • Field Location of struct Compute has been removed

Features Added

  • New value ProvisioningStateExtensionUnreachable added to enum type ProvisioningState
  • New value VMPrioritySpot added to enum type VMPriority
  • New enum type AgentHostingType with values AgentHostingTypeManagedCluster
  • New enum type ArcDeploymentComputeType with values ArcDeploymentComputeTypeCPU, ArcDeploymentComputeTypeGpu
  • New enum type ArcDeploymentRuntime with values ArcDeploymentRuntimeOnnx, ArcDeploymentRuntimeVllm
  • New enum type ArcDeploymentSKUName with values ArcDeploymentSKUNameArc
  • New function *AgentHostingConfiguration.GetAgentHostingConfiguration() *AgentHostingConfiguration
  • New function NewArcDeploymentsClient(subscriptionID string, credential azcore.TokenCredential, options *arm.ClientOptions) (*ArcDeploymentsClient, error)
  • New function *ArcDeploymentsClient.BeginCreateOrUpdate(ctx context.Context, resourceGroupName string, accountName string, deploymentName string, resource ArcDeployment, options *ArcDeploymentsClientBeginCreateOrUpdateOptions) (*runtime.Poller[ArcDeploymentsClientCreateOrUpdateResponse], error)
  • New function *ArcDeploymentsClient.BeginDelete(ctx context.Context, resourceGroupName string, accountName string, deploymentName string, options *ArcDeploymentsClientBeginDeleteOptions) (*runtime.Poller[ArcDeploymentsClientDeleteResponse], error)
  • New function *ArcDeploymentsClient.Get(ctx context.Context, resourceGroupName string, accountName string, deploymentName string, options *ArcDeploymentsClientGetOptions) (ArcDeploymentsClientGetResponse, error)
  • New function *ArcDeploymentsClient.NewListPager(resourceGroupName string, accountName string, options *ArcDeploymentsClientListOptions) *runtime.Pager[ArcDeploymentsClientListResponse]
  • New function *ArcDeploymentsClient.BeginUpdate(ctx context.Context, resourceGroupName string, accountName string, deploymentName string, properties ArcDeploymentUpdate, options *ArcDeploymentsClientBeginUpdateOptions) (*runtime.Poller[ArcDeploymentsClientUpdateResponse], error)
  • New function *ClientFactory.NewArcDeploymentsClient() *ArcDeploymentsClient
  • New function *ManagedClusterAgentHostingConfiguration.GetAgentHostingConfiguration() *AgentHostingConfiguration
  • New struct ArcDeployment
  • New struct ArcDeploymentCPUMemoryResourceRequirements
  • New struct ArcDeploymentKubernetesResources
  • New struct ArcDeploymentListResult
  • New struct ArcDeploymentModel
  • New struct ArcDeploymentPatchCPUMemoryResourceRequirements
  • New struct ArcDeploymentPatchKubernetesResources
  • New struct ArcDeploymentProperties
  • New struct ArcDeploymentProvisioningDetails
  • New struct ArcDeploymentResourceRequirements
  • New struct ArcDeploymentSKU
  • New struct ArcDeploymentUpdate
  • New struct ArcDeploymentUpdateProperties
  • New struct ArcDeploymentVllmParameters
  • New struct CapabilitySettings
  • New struct ManagedClusterAgentHostingConfiguration
  • New field A365LoggingEnabled, AgentHostingConfigurations, CapabilitySettings in struct AccountProperties
  • New field Location in struct ClusterComputeProperties
  • New field Location in struct ComputeProperties
  • New field Location in struct ContainerInstanceComputeProperties
  • New field ContextCacheContainerID in struct DeploymentProperties
  • New field CapabilitySettings in struct ProjectProperties