Skip to content

Releases: Azure/azure-sdk-for-go

sdk/resourcemanager/servicefabricmanagedclusters/armservicefabricmanagedclusters/v0.2.0

24 Oct 06:30
5e66e56
Compare
Choose a tag to compare

0.2.0 (2024-10-23)

Features Added

  • New enum type AutoGeneratedDomainNameLabelScope with values AutoGeneratedDomainNameLabelScopeNoReuse, AutoGeneratedDomainNameLabelScopeResourceGroupReuse, AutoGeneratedDomainNameLabelScopeSubscriptionReuse, AutoGeneratedDomainNameLabelScopeTenantReuse
  • New struct VMApplication
  • New field AutoGeneratedDomainNameLabelScope, CustomFqdn in struct ManagedClusterProperties
  • New field VMApplications in struct NodeTypeProperties

sdk/resourcemanager/dnsresolver/armdnsresolver/v1.3.0-beta.1

24 Oct 14:28
a85cf18
Compare
Choose a tag to compare

1.3.0-beta.1 (2024-10-23)

Features Added

  • New enum type ActionType with values ActionTypeAlert, ActionTypeAllow, ActionTypeBlock
  • New enum type BlockResponseCode with values BlockResponseCodeSERVFAIL
  • New enum type DNSSecurityRuleState with values DNSSecurityRuleStateDisabled, DNSSecurityRuleStateEnabled
  • New function *ClientFactory.NewDNSSecurityRulesClient() *DNSSecurityRulesClient
  • New function *ClientFactory.NewDomainListsClient() *DomainListsClient
  • New function *ClientFactory.NewPoliciesClient() *PoliciesClient
  • New function *ClientFactory.NewPolicyVirtualNetworkLinksClient() *PolicyVirtualNetworkLinksClient
  • New function NewDNSSecurityRulesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*DNSSecurityRulesClient, error)
  • New function *DNSSecurityRulesClient.BeginCreateOrUpdate(context.Context, string, string, string, DNSSecurityRule, *DNSSecurityRulesClientBeginCreateOrUpdateOptions) (*runtime.Poller[DNSSecurityRulesClientCreateOrUpdateResponse], error)
  • New function *DNSSecurityRulesClient.BeginDelete(context.Context, string, string, string, *DNSSecurityRulesClientBeginDeleteOptions) (*runtime.Poller[DNSSecurityRulesClientDeleteResponse], error)
  • New function *DNSSecurityRulesClient.Get(context.Context, string, string, string, *DNSSecurityRulesClientGetOptions) (DNSSecurityRulesClientGetResponse, error)
  • New function *DNSSecurityRulesClient.NewListPager(string, string, *DNSSecurityRulesClientListOptions) *runtime.Pager[DNSSecurityRulesClientListResponse]
  • New function *DNSSecurityRulesClient.BeginUpdate(context.Context, string, string, string, DNSSecurityRulePatch, *DNSSecurityRulesClientBeginUpdateOptions) (*runtime.Poller[DNSSecurityRulesClientUpdateResponse], error)
  • New function NewDomainListsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*DomainListsClient, error)
  • New function *DomainListsClient.BeginCreateOrUpdate(context.Context, string, string, DomainList, *DomainListsClientBeginCreateOrUpdateOptions) (*runtime.Poller[DomainListsClientCreateOrUpdateResponse], error)
  • New function *DomainListsClient.BeginDelete(context.Context, string, string, *DomainListsClientBeginDeleteOptions) (*runtime.Poller[DomainListsClientDeleteResponse], error)
  • New function *DomainListsClient.Get(context.Context, string, string, *DomainListsClientGetOptions) (DomainListsClientGetResponse, error)
  • New function *DomainListsClient.NewListByResourceGroupPager(string, *DomainListsClientListByResourceGroupOptions) *runtime.Pager[DomainListsClientListByResourceGroupResponse]
  • New function *DomainListsClient.NewListPager(*DomainListsClientListOptions) *runtime.Pager[DomainListsClientListResponse]
  • New function *DomainListsClient.BeginUpdate(context.Context, string, string, DomainListPatch, *DomainListsClientBeginUpdateOptions) (*runtime.Poller[DomainListsClientUpdateResponse], error)
  • New function NewPoliciesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*PoliciesClient, error)
  • New function *PoliciesClient.BeginCreateOrUpdate(context.Context, string, string, Policy, *PoliciesClientBeginCreateOrUpdateOptions) (*runtime.Poller[PoliciesClientCreateOrUpdateResponse], error)
  • New function *PoliciesClient.BeginDelete(context.Context, string, string, *PoliciesClientBeginDeleteOptions) (*runtime.Poller[PoliciesClientDeleteResponse], error)
  • New function *PoliciesClient.Get(context.Context, string, string, *PoliciesClientGetOptions) (PoliciesClientGetResponse, error)
  • New function *PoliciesClient.NewListByResourceGroupPager(string, *PoliciesClientListByResourceGroupOptions) *runtime.Pager[PoliciesClientListByResourceGroupResponse]
  • New function *PoliciesClient.NewListByVirtualNetworkPager(string, string, *PoliciesClientListByVirtualNetworkOptions) *runtime.Pager[PoliciesClientListByVirtualNetworkResponse]
  • New function *PoliciesClient.NewListPager(*PoliciesClientListOptions) *runtime.Pager[PoliciesClientListResponse]
  • New function *PoliciesClient.BeginUpdate(context.Context, string, string, PolicyPatch, *PoliciesClientBeginUpdateOptions) (*runtime.Poller[PoliciesClientUpdateResponse], error)
  • New function NewPolicyVirtualNetworkLinksClient(string, azcore.TokenCredential, *arm.ClientOptions) (*PolicyVirtualNetworkLinksClient, error)
  • New function *PolicyVirtualNetworkLinksClient.BeginCreateOrUpdate(context.Context, string, string, string, PolicyVirtualNetworkLink, *PolicyVirtualNetworkLinksClientBeginCreateOrUpdateOptions) (*runtime.Poller[PolicyVirtualNetworkLinksClientCreateOrUpdateResponse], error)
  • New function *PolicyVirtualNetworkLinksClient.BeginDelete(context.Context, string, string, string, *PolicyVirtualNetworkLinksClientBeginDeleteOptions) (*runtime.Poller[PolicyVirtualNetworkLinksClientDeleteResponse], error)
  • New function *PolicyVirtualNetworkLinksClient.Get(context.Context, string, string, string, *PolicyVirtualNetworkLinksClientGetOptions) (PolicyVirtualNetworkLinksClientGetResponse, error)
  • New function *PolicyVirtualNetworkLinksClient.NewListPager(string, string, *PolicyVirtualNetworkLinksClientListOptions) *runtime.Pager[PolicyVirtualNetworkLinksClientListResponse]
  • New function *PolicyVirtualNetworkLinksClient.BeginUpdate(context.Context, string, string, string, PolicyVirtualNetworkLinkPatch, *PolicyVirtualNetworkLinksClientBeginUpdateOptions) (*runtime.Poller[PolicyVirtualNetworkLinksClientUpdateResponse], error)
  • New struct DNSSecurityRule
  • New struct DNSSecurityRuleAction
  • New struct DNSSecurityRuleListResult
  • New struct DNSSecurityRulePatch
  • New struct DNSSecurityRulePatchProperties
  • New struct DNSSecurityRuleProperties
  • New struct DomainList
  • New struct DomainListPatch
  • New struct DomainListPatchProperties
  • New struct DomainListProperties
  • New struct DomainListResult
  • New struct Policy
  • New struct PolicyListResult
  • New struct PolicyPatch
  • New struct PolicyProperties
  • New struct PolicyVirtualNetworkLink
  • New struct PolicyVirtualNetworkLinkListResult
  • New struct PolicyVirtualNetworkLinkPatch
  • New struct PolicyVirtualNetworkLinkProperties

sdk/resourcemanager/containerinstance/armcontainerinstance/v2.5.0-beta.1

24 Oct 06:33
2ede004
Compare
Choose a tag to compare

2.5.0-beta.1 (2024-10-23)

Features Added

  • New function *ClientFactory.NewContainerGroupProfileClient() *ContainerGroupProfileClient
  • New function *ClientFactory.NewContainerGroupProfilesClient() *ContainerGroupProfilesClient
  • New function NewContainerGroupProfileClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ContainerGroupProfileClient, error)
  • New function *ContainerGroupProfileClient.GetByRevisionNumber(context.Context, string, string, string, *ContainerGroupProfileClientGetByRevisionNumberOptions) (ContainerGroupProfileClientGetByRevisionNumberResponse, error)
  • New function *ContainerGroupProfileClient.NewListAllRevisionsPager(string, string, *ContainerGroupProfileClientListAllRevisionsOptions) *runtime.Pager[ContainerGroupProfileClientListAllRevisionsResponse]
  • New function NewContainerGroupProfilesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ContainerGroupProfilesClient, error)
  • New function *ContainerGroupProfilesClient.CreateOrUpdate(context.Context, string, string, ContainerGroupProfile, *ContainerGroupProfilesClientCreateOrUpdateOptions) (ContainerGroupProfilesClientCreateOrUpdateResponse, error)
  • New function *ContainerGroupProfilesClient.Delete(context.Context, string, string, *ContainerGroupProfilesClientDeleteOptions) (ContainerGroupProfilesClientDeleteResponse, error)
  • New function *ContainerGroupProfilesClient.Get(context.Context, string, string, *ContainerGroupProfilesClientGetOptions) (ContainerGroupProfilesClientGetResponse, error)
  • New function *ContainerGroupProfilesClient.NewListByResourceGroupPager(string, *ContainerGroupProfilesClientListByResourceGroupOptions) *runtime.Pager[ContainerGroupProfilesClientListByResourceGroupResponse]
  • New function *ContainerGroupProfilesClient.NewListPager(*ContainerGroupProfilesClientListOptions) *runtime.Pager[ContainerGroupProfilesClientListResponse]
  • New function *ContainerGroupProfilesClient.Patch(context.Context, string, string, ContainerGroupProfilePatch, *ContainerGroupProfilesClientPatchOptions) (ContainerGroupProfilesClientPatchResponse, error)
  • New struct ConfigMap
  • New struct ContainerGroupProfile
  • New struct ContainerGroupProfileListResult
  • New struct ContainerGroupProfilePatch
  • New struct ContainerGroupProfileProperties
  • New struct ContainerGroupProfilePropertiesProperties
  • New struct ContainerGroupProfileReferenceDefinition
  • New struct StandbyPoolProfileDefinition
  • New field ContainerGroupProfile, IsCreatedFromStandbyPool, StandbyPoolProfile in struct ContainerGroupPropertiesProperties
  • New field ConfigMap in struct ContainerProperties

sdk/resourcemanager/appcontainers/armappcontainers/v3.1.0-beta.1

24 Oct 06:19
8988b49
Compare
Choose a tag to compare

3.1.0-beta.1 (2024-10-23)

Features Added

  • New value StorageTypeNfsAzureFile, StorageTypeSmb added to enum type StorageType
  • New enum type BuildProvisioningState with values BuildProvisioningStateCanceled, BuildProvisioningStateCreating, BuildProvisioningStateDeleting, BuildProvisioningStateFailed, BuildProvisioningStateSucceeded, BuildProvisioningStateUpdating
  • New enum type BuildStatus with values BuildStatusCanceled, BuildStatusFailed, BuildStatusInProgress, BuildStatusNotStarted, BuildStatusSucceeded
  • New enum type BuilderProvisioningState with values BuilderProvisioningStateCanceled, BuilderProvisioningStateCreating, BuilderProvisioningStateDeleting, BuilderProvisioningStateFailed, BuilderProvisioningStateSucceeded, BuilderProvisioningStateUpdating
  • New enum type CertificateType with values CertificateTypeImagePullTrustedCA, CertificateTypeServerSSLCertificate
  • New enum type ContainerType with values ContainerTypeCustomContainer, ContainerTypePythonLTS
  • New enum type DetectionStatus with values DetectionStatusFailed, DetectionStatusRegistryLoginFailed, DetectionStatusSucceeded
  • New enum type DotNetComponentProvisioningState with values DotNetComponentProvisioningStateCanceled, DotNetComponentProvisioningStateDeleting, DotNetComponentProvisioningStateFailed, DotNetComponentProvisioningStateInProgress, DotNetComponentProvisioningStateSucceeded
  • New enum type DotNetComponentType with values DotNetComponentTypeAspireDashboard
  • New enum type ExecutionType with values ExecutionTypeTimed
  • New enum type IdentitySettingsLifeCycle with values IdentitySettingsLifeCycleAll, IdentitySettingsLifeCycleInit, IdentitySettingsLifeCycleMain, IdentitySettingsLifeCycleNone
  • New enum type ImageType with values ImageTypeCloudBuild, ImageTypeContainerImage
  • New enum type IngressTargetPortHTTPScheme with values IngressTargetPortHTTPSchemeHTTP, IngressTargetPortHTTPSchemeHTTPS
  • New enum type JavaComponentProvisioningState with values JavaComponentProvisioningStateCanceled, JavaComponentProvisioningStateDeleting, JavaComponentProvisioningStateFailed, JavaComponentProvisioningStateInProgress, JavaComponentProvisioningStateSucceeded
  • New enum type JavaComponentType with values JavaComponentTypeNacos, JavaComponentTypeSpringBootAdmin, JavaComponentTypeSpringCloudConfig, JavaComponentTypeSpringCloudEureka, JavaComponentTypeSpringCloudGateway
  • New enum type JobRunningState with values JobRunningStateProgressing, JobRunningStateReady, JobRunningStateSuspended
  • New enum type Kind with values KindWorkflowapp
  • New enum type Level with values LevelDebug, LevelError, LevelInfo, LevelOff, LevelTrace, LevelWarn
  • New enum type LogicAppsProxyMethod with values LogicAppsProxyMethodGET, LogicAppsProxyMethodPOST
  • New enum type PatchApplyStatus with values PatchApplyStatusCanceled, PatchApplyStatusCreatingRevision, PatchApplyStatusImagePushPullFailed, PatchApplyStatusManuallySkipped, PatchApplyStatusNotStarted, PatchApplyStatusRebaseFailed, PatchApplyStatusRebaseInProgress, PatchApplyStatusRevisionCreationFailed, PatchApplyStatusSucceeded
  • New enum type PatchType with values PatchTypeFrameworkAndOSSecurity, PatchTypeFrameworkSecurity, PatchTypeOSSecurity, PatchTypeOther
  • New enum type PatchingMode with values PatchingModeAutomatic, PatchingModeDisabled, PatchingModeManual
  • New enum type PoolManagementType with values PoolManagementTypeDynamic, PoolManagementTypeManual
  • New enum type PrivateEndpointConnectionProvisioningState with values PrivateEndpointConnectionProvisioningStateCanceled, PrivateEndpointConnectionProvisioningStateDeleting, PrivateEndpointConnectionProvisioningStateFailed, PrivateEndpointConnectionProvisioningStatePending, PrivateEndpointConnectionProvisioningStateSucceeded, PrivateEndpointConnectionProvisioningStateUpdating, PrivateEndpointConnectionProvisioningStateWaiting
  • New enum type PrivateEndpointServiceConnectionStatus with values PrivateEndpointServiceConnectionStatusApproved, PrivateEndpointServiceConnectionStatusDisconnected, PrivateEndpointServiceConnectionStatusPending, PrivateEndpointServiceConnectionStatusRejected
  • New enum type PublicNetworkAccess with values PublicNetworkAccessDisabled, PublicNetworkAccessEnabled
  • New enum type SessionNetworkStatus with values SessionNetworkStatusEgressDisabled, SessionNetworkStatusEgressEnabled
  • New enum type SessionPoolProvisioningState with values SessionPoolProvisioningStateCanceled, SessionPoolProvisioningStateDeleting, SessionPoolProvisioningStateFailed, SessionPoolProvisioningStateInProgress, SessionPoolProvisioningStateSucceeded
  • New enum type WorkflowHealthState with values WorkflowHealthStateHealthy, WorkflowHealthStateNotSpecified, WorkflowHealthStateUnhealthy, WorkflowHealthStateUnknown
  • New enum type WorkflowState with values WorkflowStateCompleted, WorkflowStateDeleted, WorkflowStateDisabled, WorkflowStateEnabled, WorkflowStateNotSpecified, WorkflowStateSuspended
  • New function NewAppResiliencyClient(string, azcore.TokenCredential, *arm.ClientOptions) (*AppResiliencyClient, error)
  • New function *AppResiliencyClient.CreateOrUpdate(context.Context, string, string, string, AppResiliency, *AppResiliencyClientCreateOrUpdateOptions) (AppResiliencyClientCreateOrUpdateResponse, error)
  • New function *AppResiliencyClient.Delete(context.Context, string, string, string, *AppResiliencyClientDeleteOptions) (AppResiliencyClientDeleteResponse, error)
  • New function *AppResiliencyClient.Get(context.Context, string, string, string, *AppResiliencyClientGetOptions) (AppResiliencyClientGetResponse, error)
  • New function *AppResiliencyClient.NewListPager(string, string, *AppResiliencyClientListOptions) *runtime.Pager[AppResiliencyClientListResponse]
  • New function *AppResiliencyClient.Update(context.Context, string, string, string, AppResiliency, *AppResiliencyClientUpdateOptions) (AppResiliencyClientUpdateResponse, error)
  • New function NewBuildAuthTokenClient(string, azcore.TokenCredential, *arm.ClientOptions) (*BuildAuthTokenClient, error)
  • New function *BuildAuthTokenClient.List(context.Context, string, string, string, *BuildAuthTokenClientListOptions) (BuildAuthTokenClientListResponse, error)
  • New function NewBuildersClient(string, azcore.TokenCredential, *arm.ClientOptions) (*BuildersClient, error)
  • New function *BuildersClient.BeginCreateOrUpdate(context.Context, string, string, BuilderResource, *BuildersClientBeginCreateOrUpdateOptions) (*runtime.Poller[BuildersClientCreateOrUpdateResponse], error)
  • New function *BuildersClient.BeginDelete(context.Context, string, string, *BuildersClientBeginDeleteOptions) (*runtime.Poller[BuildersClientDeleteResponse], error)
  • New function *BuildersClient.Get(context.Context, string, string, *BuildersClientGetOptions) (BuildersClientGetResponse, error)
  • New function *BuildersClient.NewListByResourceGroupPager(string, *BuildersClientListByResourceGroupOptions) *runtime.Pager[BuildersClientListByResourceGroupResponse]
  • New function *BuildersClient.NewListBySubscriptionPager(*BuildersClientListBySubscriptionOptions) *runtime.Pager[BuildersClientListBySubscriptionResponse]
  • New function *BuildersClient.BeginUpdate(context.Context, string, string, BuilderResourceUpdate, *BuildersClientBeginUpdateOptions) (*runtime.Poller[BuildersClientUpdateResponse], error)
  • New function NewBuildsByBuilderResourceClient(string, azcore.TokenCredential, *arm.ClientOptions) (*BuildsByBuilderResourceClient, error)
  • New function *BuildsByBuilderResourceClient.NewListPager(string, string, *BuildsByBuilderResourceClientListOptions) *runtime.Pager[BuildsByBuilderResourceClientListResponse]
  • New function NewBuildsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*BuildsClient, error)
  • New function *BuildsClient.BeginCreateOrUpdate(context.Context, string, string, string, BuildResource, *BuildsClientBeginCreateOrUpdateOptions) (*runtime.Poller[BuildsClientCreateOrUpdateResponse], error)
  • New function *BuildsClient.BeginDelete(context.Context, string, string, string, *BuildsClientBeginDeleteOptions) (*runtime.Poller[BuildsClientDeleteResponse], error)
  • New function *BuildsClient.Get(context.Context, string, string, string, *BuildsClientGetOptions) (BuildsClientGetResponse, error)
  • New function *ClientFactory.NewAppResiliencyClient() *AppResiliencyClient
  • New function *ClientFactory.NewBuildAuthTokenClient() *BuildAuthTokenClient
  • New function *ClientFactory.NewBuildersClient() *BuildersClient
  • New function *ClientFactory.NewBuildsByBuilderResourceClient() *BuildsByBuilderResourceClient
  • New function *ClientFactory.NewBuildsClient() *BuildsClient
  • New function *ClientFactory.NewContainerAppsBuildsByContainerAppClient() *ContainerAppsBuildsByContainerAppClient
  • New function *ClientFactory.NewContainerAppsBuildsClient() *ContainerAppsBuildsClient
  • New function *ClientFactory.NewContainerAppsPatchesClient() *ContainerAppsPatchesClient
  • New function *ClientFactory.NewContainerAppsSessionPoolsClient() *ContainerAppsSessionPoolsClient
  • New function *ClientFactory.NewDaprComponentResiliencyPoliciesClient() *DaprComponentResiliencyPoliciesClient
  • New function *ClientFactory.NewDaprSubscriptionsClient() *DaprSubscriptionsClient
  • New function *ClientFactory.NewDotNetComponentsClient() *DotNetComponentsClient
  • New function *ClientFactory.NewFunctionsExtensionClient() *FunctionsExtensionClient
  • New function *ClientFactory.NewJavaComponentsClient() *JavaComponentsClient
  • New function *ClientFactory.NewLogicAppsClient() *LogicAppsClient
  • New function `*ClientFactory.NewManagedEnvironmentPrivateEndpointConnectionsClient() *ManagedEnvironmentPrivateEndpointConnectionsCl...
Read more

sdk/resourcemanager/netapp/armnetapp/v7.3.0

23 Oct 13:00
877027e
Compare
Choose a tag to compare

7.3.0 (2024-10-23)

Features Added

  • New function *VolumesClient.BeginAuthorizeExternalReplication(context.Context, string, string, string, string, *VolumesClientBeginAuthorizeExternalReplicationOptions) (*runtime.Poller[VolumesClientAuthorizeExternalReplicationResponse], error)
  • New function *VolumesClient.BeginFinalizeExternalReplication(context.Context, string, string, string, string, *VolumesClientBeginFinalizeExternalReplicationOptions) (*runtime.Poller[VolumesClientFinalizeExternalReplicationResponse], error)
  • New function *VolumesClient.BeginPeerExternalCluster(context.Context, string, string, string, string, PeerClusterForVolumeMigrationRequest, *VolumesClientBeginPeerExternalClusterOptions) (*runtime.Poller[VolumesClientPeerExternalClusterResponse], error)
  • New function *VolumesClient.BeginPerformReplicationTransfer(context.Context, string, string, string, string, *VolumesClientBeginPerformReplicationTransferOptions) (*runtime.Poller[VolumesClientPerformReplicationTransferResponse], error)
  • New struct ClusterPeerCommandResponse
  • New struct PeerClusterForVolumeMigrationRequest
  • New struct RemotePath
  • New struct SvmPeerCommandResponse
  • New field AvailabilityZone in struct FilePathAvailabilityRequest
  • New field RemotePath in struct ReplicationObject
  • New field EffectiveNetworkFeatures in struct VolumeProperties

sdk/resourcemanager/containerservice/armcontainerservice/v6.2.0

23 Oct 07:09
24d040f
Compare
Choose a tag to compare

6.2.0 (2024-10-24)

Features Added

  • New field IgnorePodDisruptionBudget in struct AgentPoolsClientBeginDeleteOptions

sdk/resourcemanager/elasticsan/armelasticsan/v1.2.0-beta.1

23 Oct 12:59
66611fd
Compare
Choose a tag to compare

1.2.0-beta.1 (2024-10-23)

Features Added

  • New enum type AutoScalePolicyEnforcement with values AutoScalePolicyEnforcementDisabled, AutoScalePolicyEnforcementEnabled, AutoScalePolicyEnforcementNone
  • New struct AutoScaleProperties
  • New struct ScaleUpProperties
  • New field AutoScaleProperties in struct Properties
  • New field AutoScaleProperties in struct UpdateProperties

sdk/resourcemanager/dns/armdns/v1.3.0-beta.1

23 Oct 07:09
ddd6b6d
Compare
Choose a tag to compare

1.3.0-beta.1 (2024-10-25)

Features Added

  • New value RecordTypeDS, RecordTypeNAPTR, RecordTypeTLSA added to enum type RecordType
  • New enum type CreatedByType with values CreatedByTypeApplication, CreatedByTypeKey, CreatedByTypeManagedIdentity, CreatedByTypeUser
  • New function *ClientFactory.NewDnssecConfigsClient() *DnssecConfigsClient
  • New function NewDnssecConfigsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*DnssecConfigsClient, error)
  • New function *DnssecConfigsClient.BeginCreateOrUpdate(context.Context, string, string, *DnssecConfigsClientBeginCreateOrUpdateOptions) (*runtime.Poller[DnssecConfigsClientCreateOrUpdateResponse], error)
  • New function *DnssecConfigsClient.BeginDelete(context.Context, string, string, *DnssecConfigsClientBeginDeleteOptions) (*runtime.Poller[DnssecConfigsClientDeleteResponse], error)
  • New function *DnssecConfigsClient.Get(context.Context, string, string, *DnssecConfigsClientGetOptions) (DnssecConfigsClientGetResponse, error)
  • New function *DnssecConfigsClient.NewListByDNSZonePager(string, string, *DnssecConfigsClientListByDNSZoneOptions) *runtime.Pager[DnssecConfigsClientListByDNSZoneResponse]
  • New struct DelegationSignerInfo
  • New struct Digest
  • New struct DnssecConfig
  • New struct DnssecConfigListResult
  • New struct DnssecProperties
  • New struct DsRecord
  • New struct NaptrRecord
  • New struct SigningKey
  • New struct SystemData
  • New struct TlsaRecord
  • New field DsRecords, NaptrRecords, TlsaRecords, TrafficManagementProfile in struct RecordSetProperties
  • New field SystemData in struct Zone
  • New field SigningKeys in struct ZoneProperties

sdk/resourcemanager/mongocluster/armmongocluster/v1.0.1

22 Oct 07:23
16395d8
Compare
Choose a tag to compare

1.0.1 (2024-10-14)

Other Changes

  • Add examples

sdk/resourcemanager/fabric/armfabric/v1.0.0

22 Oct 08:18
c7e3486
Compare
Choose a tag to compare

1.0.0 (2024-10-22)

Other Changes

Release stable version.