Skip to content

Releases: Azure/azure-sdk-for-go

sdk/resourcemanager/hybridcompute/armhybridcompute/v2.0.0

15 Oct 02:43
b9db671
Compare
Choose a tag to compare

2.0.0 (2024-10-11)

Breaking Changes

  • Type of MachineExtensionProperties.ProtectedSettings has been changed from any to map[string]any
  • Type of MachineExtensionProperties.Settings has been changed from any to map[string]any
  • Type of MachineExtensionUpdateProperties.ProtectedSettings has been changed from any to map[string]any
  • Type of MachineExtensionUpdateProperties.Settings has been changed from any to map[string]any

Features Added

  • New value PublicNetworkAccessTypeSecuredByPerimeter added to enum type PublicNetworkAccessType
  • New enum type AccessMode with values AccessModeAudit, AccessModeEnforced, AccessModeLearning
  • New enum type AccessRuleDirection with values AccessRuleDirectionInbound, AccessRuleDirectionOutbound
  • New enum type AgentConfigurationMode with values AgentConfigurationModeFull, AgentConfigurationModeMonitor
  • New enum type ArcKindEnum with values ArcKindEnumAVS, ArcKindEnumAWS, ArcKindEnumEPS, ArcKindEnumGCP, ArcKindEnumHCI, ArcKindEnumSCVMM, ArcKindEnumVMware
  • New enum type EsuEligibility with values EsuEligibilityEligible, EsuEligibilityIneligible, EsuEligibilityUnknown
  • New enum type EsuKeyState with values EsuKeyStateActive, EsuKeyStateInactive
  • New enum type EsuServerType with values EsuServerTypeDatacenter, EsuServerTypeStandard
  • New enum type HotpatchEnablementStatus with values HotpatchEnablementStatusActionRequired, HotpatchEnablementStatusDisabled, HotpatchEnablementStatusEnabled, HotpatchEnablementStatusPendingEvaluation, HotpatchEnablementStatusUnknown
  • New enum type LastAttemptStatusEnum with values LastAttemptStatusEnumFailed, LastAttemptStatusEnumSuccess
  • New enum type LicenseAssignmentState with values LicenseAssignmentStateAssigned, LicenseAssignmentStateNotAssigned
  • New enum type LicenseCoreType with values LicenseCoreTypePCore, LicenseCoreTypeVCore
  • New enum type LicenseEdition with values LicenseEditionDatacenter, LicenseEditionStandard
  • New enum type LicenseProfileProductType with values LicenseProfileProductTypeWindowsIoTEnterprise, LicenseProfileProductTypeWindowsServer
  • New enum type LicenseProfileSubscriptionStatus with values LicenseProfileSubscriptionStatusDisabled, LicenseProfileSubscriptionStatusDisabling, LicenseProfileSubscriptionStatusEnabled, LicenseProfileSubscriptionStatusEnabling, LicenseProfileSubscriptionStatusFailed, LicenseProfileSubscriptionStatusUnknown
  • New enum type LicenseProfileSubscriptionStatusUpdate with values LicenseProfileSubscriptionStatusUpdateDisable, LicenseProfileSubscriptionStatusUpdateEnable
  • New enum type LicenseState with values LicenseStateActivated, LicenseStateDeactivated
  • New enum type LicenseStatus with values LicenseStatusExtendedGrace, LicenseStatusLicensed, LicenseStatusNonGenuineGrace, LicenseStatusNotification, LicenseStatusOOBGrace, LicenseStatusOOTGrace, LicenseStatusUnlicensed
  • New enum type LicenseTarget with values LicenseTargetWindowsServer2012, LicenseTargetWindowsServer2012R2
  • New enum type LicenseType with values LicenseTypeESU
  • New enum type OsType with values OsTypeLinux, OsTypeWindows
  • New enum type PatchOperationStartedBy with values PatchOperationStartedByPlatform, PatchOperationStartedByUser
  • New enum type PatchOperationStatus with values PatchOperationStatusCompletedWithWarnings, PatchOperationStatusFailed, PatchOperationStatusInProgress, PatchOperationStatusSucceeded, PatchOperationStatusUnknown
  • New enum type PatchServiceUsed with values PatchServiceUsedAPT, PatchServiceUsedUnknown, PatchServiceUsedWU, PatchServiceUsedWUWSUS, PatchServiceUsedYUM, PatchServiceUsedZypper
  • New enum type ProgramYear with values ProgramYearYear1, ProgramYearYear2, ProgramYearYear3
  • New enum type ProvisioningIssueSeverity with values ProvisioningIssueSeverityError, ProvisioningIssueSeverityWarning
  • New enum type ProvisioningIssueType with values ProvisioningIssueTypeConfigurationPropagationFailure, ProvisioningIssueTypeMissingIdentityConfiguration, ProvisioningIssueTypeMissingPerimeterConfiguration, ProvisioningIssueTypeOther
  • New enum type ProvisioningState with values ProvisioningStateAccepted, ProvisioningStateCanceled, ProvisioningStateCreating, ProvisioningStateDeleted, ProvisioningStateDeleting, ProvisioningStateFailed, ProvisioningStateSucceeded, ProvisioningStateUpdating
  • New enum type VMGuestPatchClassificationLinux with values VMGuestPatchClassificationLinuxCritical, VMGuestPatchClassificationLinuxOther, VMGuestPatchClassificationLinuxSecurity
  • New enum type VMGuestPatchClassificationWindows with values VMGuestPatchClassificationWindowsCritical, VMGuestPatchClassificationWindowsDefinition, VMGuestPatchClassificationWindowsFeaturePack, VMGuestPatchClassificationWindowsSecurity, VMGuestPatchClassificationWindowsServicePack, VMGuestPatchClassificationWindowsTools, VMGuestPatchClassificationWindowsUpdateRollUp, VMGuestPatchClassificationWindowsUpdates
  • New enum type VMGuestPatchRebootSetting with values VMGuestPatchRebootSettingAlways, VMGuestPatchRebootSettingIfRequired, VMGuestPatchRebootSettingNever
  • New enum type VMGuestPatchRebootStatus with values VMGuestPatchRebootStatusCompleted, VMGuestPatchRebootStatusFailed, VMGuestPatchRebootStatusNotNeeded, VMGuestPatchRebootStatusRequired, VMGuestPatchRebootStatusStarted, VMGuestPatchRebootStatusUnknown
  • New function *ClientFactory.NewExtensionMetadataClient() *ExtensionMetadataClient
  • New function *ClientFactory.NewLicenseProfilesClient() *LicenseProfilesClient
  • New function *ClientFactory.NewLicensesClient() *LicensesClient
  • New function *ClientFactory.NewNetworkProfileClient() *NetworkProfileClient
  • New function *ClientFactory.NewNetworkSecurityPerimeterConfigurationsClient() *NetworkSecurityPerimeterConfigurationsClient
  • New function NewExtensionMetadataClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ExtensionMetadataClient, error)
  • New function *ExtensionMetadataClient.Get(context.Context, string, string, string, string, *ExtensionMetadataClientGetOptions) (ExtensionMetadataClientGetResponse, error)
  • New function *ExtensionMetadataClient.NewListPager(string, string, string, *ExtensionMetadataClientListOptions) *runtime.Pager[ExtensionMetadataClientListResponse]
  • New function NewLicenseProfilesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*LicenseProfilesClient, error)
  • New function *LicenseProfilesClient.BeginCreateOrUpdate(context.Context, string, string, LicenseProfile, *LicenseProfilesClientBeginCreateOrUpdateOptions) (*runtime.Poller[LicenseProfilesClientCreateOrUpdateResponse], error)
  • New function *LicenseProfilesClient.BeginDelete(context.Context, string, string, *LicenseProfilesClientBeginDeleteOptions) (*runtime.Poller[LicenseProfilesClientDeleteResponse], error)
  • New function *LicenseProfilesClient.Get(context.Context, string, string, *LicenseProfilesClientGetOptions) (LicenseProfilesClientGetResponse, error)
  • New function *LicenseProfilesClient.NewListPager(string, string, *LicenseProfilesClientListOptions) *runtime.Pager[LicenseProfilesClientListResponse]
  • New function *LicenseProfilesClient.BeginUpdate(context.Context, string, string, LicenseProfileUpdate, *LicenseProfilesClientBeginUpdateOptions) (*runtime.Poller[LicenseProfilesClientUpdateResponse], error)
  • New function NewLicensesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*LicensesClient, error)
  • New function *LicensesClient.BeginCreateOrUpdate(context.Context, string, string, License, *LicensesClientBeginCreateOrUpdateOptions) (*runtime.Poller[LicensesClientCreateOrUpdateResponse], error)
  • New function *LicensesClient.BeginDelete(context.Context, string, string, *LicensesClientBeginDeleteOptions) (*runtime.Poller[LicensesClientDeleteResponse], error)
  • New function *LicensesClient.Get(context.Context, string, string, *LicensesClientGetOptions) (LicensesClientGetResponse, error)
  • New function *LicensesClient.NewListByResourceGroupPager(string, *LicensesClientListByResourceGroupOptions) *runtime.Pager[LicensesClientListByResourceGroupResponse]
  • New function *LicensesClient.NewListBySubscriptionPager(*LicensesClientListBySubscriptionOptions) *runtime.Pager[LicensesClientListBySubscriptionResponse]
  • New function *LicensesClient.BeginUpdate(context.Context, string, string, LicenseUpdate, *LicensesClientBeginUpdateOptions) (*runtime.Poller[LicensesClientUpdateResponse], error)
  • New function *LicensesClient.BeginValidateLicense(context.Context, License, *LicensesClientBeginValidateLicenseOptions) (*runtime.Poller[LicensesClientValidateLicenseResponse], error)
  • New function *MachinesClient.BeginAssessPatches(context.Context, string, string, *MachinesClientBeginAssessPatchesOptions) (*runtime.Poller[MachinesClientAssessPatchesResponse], error)
  • New function *MachinesClient.BeginInstallPatches(context.Context, string, string, MachineInstallPatchesParameters, *MachinesClientBeginInstallPatchesOptions) (*runtime.Poller[MachinesClientInstallPatchesResponse], error)
  • New function PossibleLicenseProfileSubscriptionStatusValues() []LicenseProfileSubscriptionStatus
  • New function NewNetworkProfileClient(string, azcore.TokenCredential, *arm.ClientOptions) (*NetworkProfileClient, error)
  • New function *NetworkProfileClient.Get(context.Context, string, string, *NetworkProfileClientGetOptions) (NetworkProfileClientGetResponse, error)
  • New function NewNetworkSecurityPerimeterConfigurationsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*NetworkSecurityPerimeterConfigurationsClient, error)
  • New function `*NetworkSecurityPerimeterConfigurationsClient.GetByPrivateLinkScope(context.Context, string, string, string, *NetworkSecurityPerimeterC...
Read more

sdk/messaging/eventgrid/azsystemevents/v0.4.3

14 Oct 21:27
10d6b40
Compare
Choose a tag to compare

0.4.3 (2024-10-14)

Features Added

  • New field has been added to ACSIncomingCallEventData: OnBehalfOfCallee.

sdk/messaging/azservicebus/v1.7.3

14 Oct 18:55
42922c1
Compare
Choose a tag to compare

1.7.3 (2024-10-14)

Bugs Fixed

  • Apply fix from @bcho for overflows with retries. (PR#23562)

sdk/messaging/azeventhubs/v1.2.3

14 Oct 18:55
42922c1
Compare
Choose a tag to compare

1.2.3 (2024-10-14)

Bugs Fixed

  • Fixed bug where cancelling management link calls, such GetEventHubProperties() or GetPartitionProperties, could result in blocked calls. (PR#23400)
  • Apply fix from @bcho for overflows with retries. (PR#23562)

sdk/azcore/v1.15.0

14 Oct 16:54
bb7200c
Compare
Choose a tag to compare

1.15.0 (2024-10-14)

Features Added

  • BearerTokenPolicy handles CAE claims challenges

Bugs Fixed

  • Omit the ResponseError.RawResponse field from JSON marshaling so instances can be marshaled.
  • Fixed an integer overflow in the retry policy.

Other Changes

  • Update dependencies.

sdk/ai/azopenaiextensions/v0.1.0

14 Oct 19:49
d112082
Compare
Choose a tag to compare
Pre-release

0.1.0 (2024-10-14)

Features Added

  • Initial release of the azopenaiextensions module, which can be used with the OpenAI go module. This module supports 2024-08-01-preview API surface for Azure OpenAI.

sdk/ai/azopenai/v0.7.0

14 Oct 19:49
9522165
Compare
Choose a tag to compare
Pre-release

0.7.0 (2024-10-14)

Features Added

  • MongoDBChatExtensionConfiguration has been added as an "On Your Data" data source.
  • Several types now have union types for their content or dependency information:
    • ChatRequestAssistantMessage.Content is now a ChatRequestAssistantMessageContent.
    • ChatRequestSystemMessage.Content is now a ChatRequestSystemMessageContent.
    • ChatRequestToolMessage.Content is now a ChatRequestToolMessageContent.
    • MongoDBChatExtensionParameters.EmbeddingDependency is now a MongoDBChatExtensionParametersEmbeddingDependency

Breaking Changes

  • FunctionDefinition has been renamed to ChatCompletionsFunctionToolDefinitionFunction.
  • AzureCosmosDBChatExtensionParameters.RoleInformation has been removed.
  • AzureMachineLearningIndexChatExtension and related types have been removed.
  • Several types now have union types for their content or dependency information:
    • ChatRequestAssistantMessage.Content is now a ChatRequestAssistantMessageContent.
    • ChatRequestSystemMessage.Content is now a ChatRequestSystemMessageContent.
    • ChatRequestToolMessage.Content is now a ChatRequestToolMessageContent.

sdk/azidentity/v1.8.0

08 Oct 20:13
e15752b
Compare
Choose a tag to compare

1.8.0 (2024-10-08)

Other Changes

  • AzurePipelinesCredential sets an additional OIDC request header so that it
    receives a 401 instead of a 302 after presenting an invalid system access token
  • Allow logging of debugging headers for AzurePipelinesCredential and include
    them in error messages

sdk/resourcemanager/trustedsigning/armtrustedsigning/v0.1.0

29 Sep 10:39
2312973
Compare
Choose a tag to compare

0.1.0 (2024-09-29)

Other Changes

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

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

sdk/resourcemanager/containerservice/armcontainerservice/v6.2.0-beta.1

29 Sep 09:14
129a9cf
Compare
Choose a tag to compare

6.2.0-beta.1 (2024-09-29)

Features Added

  • New value AgentPoolModeGateway added to enum type AgentPoolMode
  • New value AgentPoolTypeVirtualMachines added to enum type AgentPoolType
  • New value ManagedClusterSKUNameAutomatic added to enum type ManagedClusterSKUName
  • New value OSSKUMariner, OSSKUWindowsAnnual added to enum type OSSKU
  • New value OutboundTypeNone added to enum type OutboundType
  • New value PublicNetworkAccessSecuredByPerimeter added to enum type PublicNetworkAccess
  • New value SnapshotTypeManagedCluster added to enum type SnapshotType
  • New value WorkloadRuntimeKataMshvVMIsolation added to enum type WorkloadRuntime
  • New enum type AddonAutoscaling with values AddonAutoscalingDisabled, AddonAutoscalingEnabled
  • New enum type AgentPoolSSHAccess with values AgentPoolSSHAccessDisabled, AgentPoolSSHAccessLocalUser
  • New enum type ArtifactSource with values ArtifactSourceCache, ArtifactSourceDirect
  • New enum type ClusterServiceLoadBalancerHealthProbeMode with values ClusterServiceLoadBalancerHealthProbeModeServiceNodePort, ClusterServiceLoadBalancerHealthProbeModeShared
  • New enum type DriverType with values DriverTypeCUDA, DriverTypeGRID
  • New enum type GuardrailsSupport with values GuardrailsSupportPreview, GuardrailsSupportStable
  • New enum type IpvsScheduler with values IpvsSchedulerLeastConnection, IpvsSchedulerRoundRobin
  • New enum type Level with values LevelEnforcement, LevelOff, LevelWarning
  • New enum type Mode with values ModeIPTABLES, ModeIPVS
  • New enum type NginxIngressControllerType with values NginxIngressControllerTypeAnnotationControlled, NginxIngressControllerTypeExternal, NginxIngressControllerTypeInternal, NginxIngressControllerTypeNone
  • New enum type NodeProvisioningMode with values NodeProvisioningModeAuto, NodeProvisioningModeManual
  • New enum type Operator with values OperatorDoesNotExist, OperatorExists, OperatorIn, OperatorNotIn
  • New enum type PodIPAllocationMode with values PodIPAllocationModeDynamicIndividual, PodIPAllocationModeStaticBlock
  • New enum type PodLinkLocalAccess with values PodLinkLocalAccessIMDS, PodLinkLocalAccessNone
  • New enum type RestrictionLevel with values RestrictionLevelReadOnly, RestrictionLevelUnrestricted
  • New enum type SafeguardsSupport with values SafeguardsSupportPreview, SafeguardsSupportStable
  • New enum type TLSManagement with values TLSManagementManaged, TLSManagementNone
  • New enum type UndrainableNodeBehavior with values UndrainableNodeBehaviorCordon, UndrainableNodeBehaviorSchedule
  • New function *ClientFactory.NewLoadBalancersClient() *LoadBalancersClient
  • New function *ClientFactory.NewManagedClusterSnapshotsClient() *ManagedClusterSnapshotsClient
  • New function *ClientFactory.NewOperationStatusResultClient() *OperationStatusResultClient
  • New function NewLoadBalancersClient(string, azcore.TokenCredential, *arm.ClientOptions) (*LoadBalancersClient, error)
  • New function *LoadBalancersClient.CreateOrUpdate(context.Context, string, string, string, LoadBalancer, *LoadBalancersClientCreateOrUpdateOptions) (LoadBalancersClientCreateOrUpdateResponse, error)
  • New function *LoadBalancersClient.BeginDelete(context.Context, string, string, string, *LoadBalancersClientBeginDeleteOptions) (*runtime.Poller[LoadBalancersClientDeleteResponse], error)
  • New function *LoadBalancersClient.Get(context.Context, string, string, string, *LoadBalancersClientGetOptions) (LoadBalancersClientGetResponse, error)
  • New function *LoadBalancersClient.NewListByManagedClusterPager(string, string, *LoadBalancersClientListByManagedClusterOptions) *runtime.Pager[LoadBalancersClientListByManagedClusterResponse]
  • New function NewManagedClusterSnapshotsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ManagedClusterSnapshotsClient, error)
  • New function *ManagedClusterSnapshotsClient.CreateOrUpdate(context.Context, string, string, ManagedClusterSnapshot, *ManagedClusterSnapshotsClientCreateOrUpdateOptions) (ManagedClusterSnapshotsClientCreateOrUpdateResponse, error)
  • New function *ManagedClusterSnapshotsClient.Delete(context.Context, string, string, *ManagedClusterSnapshotsClientDeleteOptions) (ManagedClusterSnapshotsClientDeleteResponse, error)
  • New function *ManagedClusterSnapshotsClient.Get(context.Context, string, string, *ManagedClusterSnapshotsClientGetOptions) (ManagedClusterSnapshotsClientGetResponse, error)
  • New function *ManagedClusterSnapshotsClient.NewListByResourceGroupPager(string, *ManagedClusterSnapshotsClientListByResourceGroupOptions) *runtime.Pager[ManagedClusterSnapshotsClientListByResourceGroupResponse]
  • New function *ManagedClusterSnapshotsClient.NewListPager(*ManagedClusterSnapshotsClientListOptions) *runtime.Pager[ManagedClusterSnapshotsClientListResponse]
  • New function *ManagedClusterSnapshotsClient.UpdateTags(context.Context, string, string, TagsObject, *ManagedClusterSnapshotsClientUpdateTagsOptions) (ManagedClusterSnapshotsClientUpdateTagsResponse, error)
  • New function *ManagedClustersClient.GetGuardrailsVersions(context.Context, string, string, *ManagedClustersClientGetGuardrailsVersionsOptions) (ManagedClustersClientGetGuardrailsVersionsResponse, error)
  • New function *ManagedClustersClient.GetSafeguardsVersions(context.Context, string, string, *ManagedClustersClientGetSafeguardsVersionsOptions) (ManagedClustersClientGetSafeguardsVersionsResponse, error)
  • New function *ManagedClustersClient.NewListGuardrailsVersionsPager(string, *ManagedClustersClientListGuardrailsVersionsOptions) *runtime.Pager[ManagedClustersClientListGuardrailsVersionsResponse]
  • New function *ManagedClustersClient.NewListSafeguardsVersionsPager(string, *ManagedClustersClientListSafeguardsVersionsOptions) *runtime.Pager[ManagedClustersClientListSafeguardsVersionsResponse]
  • New function *ManagedClustersClient.BeginRebalanceLoadBalancers(context.Context, string, string, RebalanceLoadBalancersRequestBody, *ManagedClustersClientBeginRebalanceLoadBalancersOptions) (*runtime.Poller[ManagedClustersClientRebalanceLoadBalancersResponse], error)
  • New function NewOperationStatusResultClient(string, azcore.TokenCredential, *arm.ClientOptions) (*OperationStatusResultClient, error)
  • New function *OperationStatusResultClient.Get(context.Context, string, string, string, *OperationStatusResultClientGetOptions) (OperationStatusResultClientGetResponse, error)
  • New function *OperationStatusResultClient.GetByAgentPool(context.Context, string, string, string, string, *OperationStatusResultClientGetByAgentPoolOptions) (OperationStatusResultClientGetByAgentPoolResponse, error)
  • New function *OperationStatusResultClient.NewListPager(string, string, *OperationStatusResultClientListOptions) *runtime.Pager[OperationStatusResultClientListResponse]
  • New struct AdvancedNetworking
  • New struct AdvancedNetworkingFQDNPolicy
  • New struct AdvancedNetworkingObservability
  • New struct AdvancedNetworkingSecurity
  • New struct AgentPoolArtifactStreamingProfile
  • New struct AgentPoolGPUProfile
  • New struct AgentPoolGatewayProfile
  • New struct AutoScaleProfile
  • New struct Component
  • New struct ComponentsByRelease
  • New struct ErrorAdditionalInfo
  • New struct ErrorDetail
  • New struct GuardrailsAvailableVersion
  • New struct GuardrailsAvailableVersionsList
  • New struct GuardrailsAvailableVersionsProperties
  • New struct LabelSelector
  • New struct LabelSelectorRequirement
  • New struct LoadBalancer
  • New struct LoadBalancerListResult
  • New struct LoadBalancerProperties
  • New struct ManagedClusterAIToolchainOperatorProfile
  • New struct ManagedClusterAzureMonitorProfileAppMonitoring
  • New struct ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation
  • New struct ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogs
  • New struct ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetrics
  • New struct ManagedClusterAzureMonitorProfileContainerInsights
  • New struct ManagedClusterBootstrapProfile
  • New struct ManagedClusterIngressProfileNginx
  • New struct ManagedClusterNodeProvisioningProfile
  • New struct ManagedClusterNodeResourceGroupProfile
  • New struct ManagedClusterPropertiesForSnapshot
  • New struct ManagedClusterSecurityProfileImageIntegrity
  • New struct ManagedClusterSecurityProfileNodeRestriction
  • New struct ManagedClusterSnapshot
  • New struct ManagedClusterSnapshotListResult
  • New struct ManagedClusterSnapshotProperties
  • New struct ManagedClusterStaticEgressGatewayProfile
  • New struct ManualScaleProfile
  • New struct NetworkProfileForSnapshot
  • New struct NetworkProfileKubeProxyConfig
  • New struct NetworkProfileKubeProxyConfigIpvsConfig
  • New struct OperationStatusResult
  • New struct OperationStatusResultList
  • New struct RebalanceLoadBalancersRequestBody
  • New struct SafeguardsAvailableVersion
  • New struct SafeguardsAvailableVersionsList
  • New struct SafeguardsAvailableVersionsProperties
  • New struct SafeguardsProfile
  • New struct ScaleProfile
  • New struct VirtualMachineNodes
  • New struct VirtualMachinesProfile
  • New field SSHAccess in struct AgentPoolSecurityProfile
  • New field ComponentsByReleases in struct AgentPoolUpgradeProfileProperties
  • New field UndrainableNodeBehavior in struct AgentPoolUpgradeSettings
  • New field IfMatch, IfNoneMatch in struct AgentPoolsClientBeginCreateOrUpdateOptions
  • New field IfMatch, IgnorePodDisruptionBudget in struct AgentPoolsClientBeginDeleteOptions
  • New field ETag, Kind in struct ManagedCluster
  • New field EnableVnetIntegration, SubnetID in struct ManagedClusterAPIServerAccessProfile
  • New field ArtifactStreamingProfile, ETag, EnableCustomCATrust, GatewayProfile, GpuProfile, MessageOfTheDay, NodeInitializationTaints, PodIPAllocationMode, `VirtualMachineNodesS...
Read more