azure-sdk-for-go

This repository is for active development of the Azure SDK for Go. For consumers of the SDK we recommend visiting our public developer docs at:

MIT License

Stars
1.5K
Committers
225

Bot releases are hidden (Show)

azure-sdk-for-go - sdk/ai/azopenai/v0.5.1

Published by azure-sdk 7 months ago

0.5.1 (2024-04-02)

Features Added

  • Updating to the 2024-03-01-preview API version. This adds support for using Dimensions with Embeddings as well as the ability to choose the embeddings format.
    This update also adds in the Model field for ChatCompletions responses. PR(#22603)
azure-sdk-for-go - sdk/azcore/v1.11.1

Published by azure-sdk 7 months ago

1.11.1 (2024-04-02)

Bugs Fixed

  • Pollers that use the Location header won't consider http.StatusRequestTimeout a terminal failure.
  • runtime.Poller[T].Result won't consider non-terminal error responses as terminal.
azure-sdk-for-go - sdk/messaging/eventgrid/azeventgrid/v1.0.0

Published by azure-sdk 7 months ago

1.0.0 (2024-04-09)

  • GA for the Event Grid basic module.
azure-sdk-for-go - sdk/messaging/azeventhubs/v1.1.0

Published by azure-sdk 7 months ago

1.1.0 (2024-04-02)

Features Added

  • Add in ability to handle emulator connection strings. (PR#22663)

Bugs Fixed

  • Fixed a race condition between Processor.Run() and Processor.NextPartitionClient() where cancelling Run() quickly could lead to NextPartitionClient hanging indefinitely. (PR#22541)
azure-sdk-for-go - sdk/messaging/azservicebus/v1.7.0

Published by azure-sdk 7 months ago

1.7.0 (2024-04-02)

Features Added

  • Add in ability to handle emulator connection strings. (PR#22663)
azure-sdk-for-go - sdk/resourcemanager/network/armnetwork/v5.1.1

Published by azure-sdk 7 months ago

5.1.1 (2024-04-02)

Other Changes

  • upgrade azcore version
azure-sdk-for-go - sdk/azcore/v1.11.0

Published by azure-sdk 7 months ago

1.11.0 (2024-04-01)

Features Added

  • Added StatusCodes to arm/policy.RegistrationOptions to allow supporting non-standard HTTP status codes during registration.
  • Added field InsecureAllowCredentialWithHTTP to azcore.ClientOptions and dependent authentication pipeline policies.
  • Added type MultipartContent to the streaming package to support multipart/form payloads with custom Content-Type and file name.

Bugs Fixed

  • runtime.SetMultipartFormData won't try to stringify []byte values.
  • Pollers that use the Location header won't consider http.StatusTooManyRequests a terminal failure.

Other Changes

  • Update dependencies.
azure-sdk-for-go - sdk/messaging/azeventgrid/v0.5.0

Published by azure-sdk 7 months ago

0.5.0 (2024-03-27)

Other Changes

  • This module has been split into two separate modules, one for each of the two different Event Grid products.
    • The Event Grid Basic package in azeventgrid/publisher has been replaced
      with github.com/Azure/azure-sdk-for-go/sdk/messaging/eventgrid/azeventgrid
    • The Event Grid Namespaces package in azeventgrid has been replaced
      with github.com/Azure/azure-sdk-for-go/sdk/messaging/eventgrid/aznamespaces
azure-sdk-for-go - sdk/resourcemanager/sphere/armsphere/v1.0.0

Published by azure-sdk 7 months ago

1.0.0 (2024-03-26)

Breaking Changes

  • Struct CountDeviceResponse has been renamed to CountDevicesResponse

Features Added

  • New function *CatalogsClient.BeginUploadImage(context.Context, string, string, Image, *CatalogsClientBeginUploadImageOptions) (*runtime.Poller[CatalogsClientUploadImageResponse], error)
  • New field TenantID in struct CatalogProperties
azure-sdk-for-go - sdk/resourcemanager/workloadssapvirtualinstance/armworkloadssapvirtualinstance/v0.1.0

Published by azure-sdk 7 months ago

0.1.0 (2024-02-23)

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

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

azure-sdk-for-go - sdk/resourcemanager/containerservice/armcontainerservice/v4.9.0-beta.1

Published by azure-sdk 7 months ago

4.9.0-beta.1 (2024-03-22)

Features Added

  • New value AgentPoolTypeVirtualMachines added to enum type AgentPoolType
  • New value NetworkPolicyNone added to enum type NetworkPolicy
  • New value NodeOSUpgradeChannelSecurityPatch added to enum type NodeOSUpgradeChannel
  • New value OSSKUMariner, OSSKUWindowsAnnual added to enum type OSSKU
  • 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 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 NodeProvisioningMode with values NodeProvisioningModeAuto, NodeProvisioningModeManual
  • New enum type PodIPAllocationMode with values PodIPAllocationModeDynamicIndividual, PodIPAllocationModeStaticBlock
  • New enum type RestrictionLevel with values RestrictionLevelReadOnly, RestrictionLevelUnrestricted
  • New enum type SafeguardsSupport with values SafeguardsSupportPreview, SafeguardsSupportStable
  • New function *AgentPoolsClient.BeginDeleteMachines(context.Context, string, string, string, AgentPoolDeleteMachinesParameter, *AgentPoolsClientBeginDeleteMachinesOptions) (*runtime.Poller[AgentPoolsClientDeleteMachinesResponse], error)
  • New function *ClientFactory.NewMachinesClient() *MachinesClient
  • New function *ClientFactory.NewManagedClusterSnapshotsClient() *ManagedClusterSnapshotsClient
  • New function *ClientFactory.NewOperationStatusResultClient() *OperationStatusResultClient
  • New function NewMachinesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*MachinesClient, error)
  • New function *MachinesClient.Get(context.Context, string, string, string, string, *MachinesClientGetOptions) (MachinesClientGetResponse, error)
  • New function *MachinesClient.NewListPager(string, string, string, *MachinesClientListOptions) *runtime.Pager[MachinesClientListResponse]
  • 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 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 AgentPoolArtifactStreamingProfile
  • New struct AgentPoolDeleteMachinesParameter
  • New struct AgentPoolGPUProfile
  • New struct AgentPoolSecurityProfile
  • New struct AgentPoolWindowsProfile
  • New struct ErrorAdditionalInfo
  • New struct ErrorDetail
  • New struct GuardrailsAvailableVersion
  • New struct GuardrailsAvailableVersionsList
  • New struct GuardrailsAvailableVersionsProperties
  • New struct Machine
  • New struct MachineIPAddress
  • New struct MachineListResult
  • New struct MachineNetworkProperties
  • New struct MachineProperties
  • New struct ManagedClusterAIToolchainOperatorProfile
  • New struct ManagedClusterAzureMonitorProfileAppMonitoring
  • New struct ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetrics
  • New struct ManagedClusterAzureMonitorProfileContainerInsights
  • New struct ManagedClusterAzureMonitorProfileLogs
  • New struct ManagedClusterAzureMonitorProfileWindowsHostLogs
  • New struct ManagedClusterBootstrapProfile
  • New struct ManagedClusterCostAnalysis
  • New struct ManagedClusterMetricsProfile
  • 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 ManualScaleProfile
  • New struct NetworkMonitoring
  • New struct NetworkProfileForSnapshot
  • New struct NetworkProfileKubeProxyConfig
  • New struct NetworkProfileKubeProxyConfigIpvsConfig
  • New struct OperationStatusResult
  • New struct OperationStatusResultList
  • New struct SafeguardsAvailableVersion
  • New struct SafeguardsAvailableVersionsList
  • New struct SafeguardsAvailableVersionsProperties
  • New struct SafeguardsProfile
  • New struct ScaleProfile
  • New struct VirtualMachineNodes
  • New struct VirtualMachinesProfile
  • New field IgnorePodDisruptionBudget in struct AgentPoolsClientBeginDeleteOptions
  • New field EnableVnetIntegration, SubnetID in struct ManagedClusterAPIServerAccessProfile
  • New field ArtifactStreamingProfile, EnableCustomCATrust, GpuProfile, MessageOfTheDay, NodeInitializationTaints, PodIPAllocationMode, SecurityProfile, VirtualMachineNodesStatus, VirtualMachinesProfile, WindowsProfile in struct ManagedClusterAgentPoolProfile
  • New field ArtifactStreamingProfile, EnableCustomCATrust, GpuProfile, MessageOfTheDay, NodeInitializationTaints, PodIPAllocationMode, SecurityProfile, VirtualMachineNodesStatus, VirtualMachinesProfile, WindowsProfile in struct ManagedClusterAgentPoolProfileProperties
  • New field Logs in struct ManagedClusterAzureMonitorProfile
  • New field AppMonitoringOpenTelemetryMetrics in struct ManagedClusterAzureMonitorProfileMetrics
  • New field EffectiveNoProxy in struct ManagedClusterHTTPProxyConfig
  • New field AiToolchainOperatorProfile, BootstrapProfile, CreationData, EnableNamespaceResources, MetricsProfile, NodeProvisioningProfile, NodeResourceGroupProfile, SafeguardsProfile in struct ManagedClusterProperties
  • New field DaemonsetEvictionForEmptyNodes, DaemonsetEvictionForOccupiedNodes, IgnoreDaemonsetsUtilization in struct ManagedClusterPropertiesAutoScalerProfile
  • New field CustomCATrustCertificates, ImageIntegrity, NodeRestriction in struct ManagedClusterSecurityProfile
  • New field Version in struct ManagedClusterStorageProfileDiskCSIDriver
  • New field AddonAutoscaling in struct ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler
  • New field IgnorePodDisruptionBudget in struct ManagedClustersClientBeginDeleteOptions
  • New field KubeProxyConfig, Monitoring in struct NetworkProfile
azure-sdk-for-go - sdk/resourcemanager/netapp/armnetapp/v6.0.0

Published by azure-sdk 7 months ago

6.0.0 (2024-03-22)

Breaking Changes

  • Field DeploymentSpecID of struct VolumeGroupMetaData has been removed

Features Added

  • New value RelationshipStatusFailed, RelationshipStatusUnknown added to enum type RelationshipStatus
azure-sdk-for-go - sdk/resourcemanager/mobilenetwork/armmobilenetwork/v4.0.0

Published by azure-sdk 7 months ago

4.0.0 (2024-03-22)

Breaking Changes

  • Function *MobileNetworksClient.UpdateTags parameter(s) have been changed from (context.Context, string, string, TagsObject, *MobileNetworksClientUpdateTagsOptions) to (context.Context, string, string, IdentityAndTagsObject, *MobileNetworksClientUpdateTagsOptions)

Features Added

  • New enum type HomeNetworkPrivateKeysProvisioningState with values HomeNetworkPrivateKeysProvisioningStateFailed, HomeNetworkPrivateKeysProvisioningStateNotProvisioned, HomeNetworkPrivateKeysProvisioningStateProvisioned
  • New enum type PdnType with values PdnTypeIPV4
  • New enum type RatType with values RatTypeFiveG, RatTypeFourG
  • New enum type RrcEstablishmentCause with values RrcEstablishmentCauseEmergency, RrcEstablishmentCauseMobileOriginatedData, RrcEstablishmentCauseMobileOriginatedSignaling, RrcEstablishmentCauseMobileTerminatedData, RrcEstablishmentCauseMobileTerminatedSignaling, RrcEstablishmentCauseSMS
  • New enum type UeState with values UeStateConnected, UeStateDeregistered, UeStateDetached, UeStateIdle, UeStateUnknown
  • New enum type UeUsageSetting with values UeUsageSettingDataCentric, UeUsageSettingVoiceCentric
  • New function *ClientFactory.NewExtendedUeInformationClient() *ExtendedUeInformationClient
  • New function *ClientFactory.NewUeInformationClient() *UeInformationClient
  • New function *ExtendedUeInfoProperties.GetExtendedUeInfoProperties() *ExtendedUeInfoProperties
  • New function NewExtendedUeInformationClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ExtendedUeInformationClient, error)
  • New function *ExtendedUeInformationClient.Get(context.Context, string, string, string, *ExtendedUeInformationClientGetOptions) (ExtendedUeInformationClientGetResponse, error)
  • New function *UeInfo4G.GetExtendedUeInfoProperties() *ExtendedUeInfoProperties
  • New function *UeInfo5G.GetExtendedUeInfoProperties() *ExtendedUeInfoProperties
  • New function NewUeInformationClient(string, azcore.TokenCredential, *arm.ClientOptions) (*UeInformationClient, error)
  • New function *UeInformationClient.NewListPager(string, string, *UeInformationClientListOptions) *runtime.Pager[UeInformationClientListResponse]
  • New struct AmfID
  • New struct DnnIPPair
  • New struct ExtendedUeInfo
  • New struct GNbID
  • New struct GlobalRanNodeID
  • New struct Guti4G
  • New struct Guti5G
  • New struct HomeNetworkPrivateKeysProvisioning
  • New struct HomeNetworkPublicKey
  • New struct MmeID
  • New struct PublicLandMobileNetwork
  • New struct PublicLandMobileNetworkHomeNetworkPublicKeys
  • New struct UeConnectionInfo4G
  • New struct UeConnectionInfo5G
  • New struct UeIPAddress
  • New struct UeInfo
  • New struct UeInfo4G
  • New struct UeInfo4GProperties
  • New struct UeInfo5G
  • New struct UeInfo5GProperties
  • New struct UeInfoList
  • New struct UeInfoPropertiesFormat
  • New struct UeLocationInfo
  • New struct UeQOSFlow
  • New struct UeSessionInfo4G
  • New struct UeSessionInfo5G
  • New field Identity in struct MobileNetwork
  • New field HomeNetworkPrivateKeysProvisioning in struct PacketCoreControlPlanePropertiesFormat
  • New field PublicLandMobileNetworks in struct PropertiesFormat
azure-sdk-for-go - sdk/resourcemanager/newrelic/armnewrelicobservability/v1.2.0

Published by azure-sdk 7 months ago

1.2.0 (2024-03-22)

Features Added

  • New enum type ConfigurationName with values ConfigurationNameDefault
  • New enum type PatchOperation with values PatchOperationActive, PatchOperationAddBegin, PatchOperationAddComplete, PatchOperationDeleteBegin, PatchOperationDeleteComplete
  • New enum type Status with values StatusActive, StatusDeleting, StatusFailed, StatusInProgress
  • New function NewBillingInfoClient(string, azcore.TokenCredential, *arm.ClientOptions) (*BillingInfoClient, error)
  • New function *BillingInfoClient.Get(context.Context, string, string, *BillingInfoClientGetOptions) (BillingInfoClientGetResponse, error)
  • New function *ClientFactory.NewBillingInfoClient() *BillingInfoClient
  • New function *ClientFactory.NewConnectedPartnerResourcesClient() *ConnectedPartnerResourcesClient
  • New function *ClientFactory.NewMonitoredSubscriptionsClient() *MonitoredSubscriptionsClient
  • New function NewConnectedPartnerResourcesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ConnectedPartnerResourcesClient, error)
  • New function *ConnectedPartnerResourcesClient.NewListPager(string, string, *ConnectedPartnerResourcesClientListOptions) *runtime.Pager[ConnectedPartnerResourcesClientListResponse]
  • New function NewMonitoredSubscriptionsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*MonitoredSubscriptionsClient, error)
  • New function *MonitoredSubscriptionsClient.BeginCreateorUpdate(context.Context, string, string, ConfigurationName, MonitoredSubscriptionProperties, *MonitoredSubscriptionsClientBeginCreateorUpdateOptions) (*runtime.Poller[MonitoredSubscriptionsClientCreateorUpdateResponse], error)
  • New function *MonitoredSubscriptionsClient.BeginDelete(context.Context, string, string, ConfigurationName, *MonitoredSubscriptionsClientBeginDeleteOptions) (*runtime.Poller[MonitoredSubscriptionsClientDeleteResponse], error)
  • New function *MonitoredSubscriptionsClient.Get(context.Context, string, string, ConfigurationName, *MonitoredSubscriptionsClientGetOptions) (MonitoredSubscriptionsClientGetResponse, error)
  • New function *MonitoredSubscriptionsClient.NewListPager(string, string, *MonitoredSubscriptionsClientListOptions) *runtime.Pager[MonitoredSubscriptionsClientListResponse]
  • New function *MonitoredSubscriptionsClient.BeginUpdate(context.Context, string, string, ConfigurationName, MonitoredSubscriptionProperties, *MonitoredSubscriptionsClientBeginUpdateOptions) (*runtime.Poller[MonitoredSubscriptionsClientUpdateResponse], error)
  • New function *MonitorsClient.NewListLinkedResourcesPager(string, string, *MonitorsClientListLinkedResourcesOptions) *runtime.Pager[MonitorsClientListLinkedResourcesResponse]
  • New struct BillingInfoResponse
  • New struct ConnectedPartnerResourceProperties
  • New struct ConnectedPartnerResourcesListFormat
  • New struct ConnectedPartnerResourcesListResponse
  • New struct LinkedResource
  • New struct LinkedResourceListResponse
  • New struct MarketplaceSaaSInfo
  • New struct MonitoredSubscription
  • New struct MonitoredSubscriptionProperties
  • New struct MonitoredSubscriptionPropertiesList
  • New struct PartnerBillingEntity
  • New struct SubscriptionList
  • New field SaaSAzureSubscriptionStatus, SubscriptionState in struct MonitorProperties
azure-sdk-for-go - sdk/resourcemanager/appcontainers/armappcontainers/v3.0.0-beta.1

Published by azure-sdk 7 months ago

3.0.0-beta.1 (2024-03-22)

Breaking Changes

  • Field EndTime, StartTime, Status, Template of struct JobExecution has been removed

Features Added

  • New value StorageTypeNfsAzureFile 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 DotNetComponentProvisioningState with values DotNetComponentProvisioningStateCanceled, DotNetComponentProvisioningStateDeleting, DotNetComponentProvisioningStateFailed, DotNetComponentProvisioningStateInProgress, DotNetComponentProvisioningStateSucceeded
  • New enum type DotNetComponentType with values DotNetComponentTypeAspireDashboard, DotNetComponentTypeAspireResourceServerAPI
  • 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 JavaComponentTypeSpringBootAdmin, JavaComponentTypeSpringCloudConfig, JavaComponentTypeSpringCloudEureka
  • 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.NewDaprComponentResiliencyPoliciesClient() *DaprComponentResiliencyPoliciesClient
  • New function *ClientFactory.NewDaprSubscriptionsClient() *DaprSubscriptionsClient
  • New function *ClientFactory.NewDotNetComponentsClient() *DotNetComponentsClient
  • New function *ClientFactory.NewJavaComponentsClient() *JavaComponentsClient
  • New function *ClientFactory.NewManagedEnvironmentUsagesClient() *ManagedEnvironmentUsagesClient
  • New function *ClientFactory.NewUsagesClient() *UsagesClient
  • New function *ContainerAppsAPIClient.GetCustomDomainVerificationID(context.Context, *ContainerAppsAPIClientGetCustomDomainVerificationIDOptions) (ContainerAppsAPIClientGetCustomDomainVerificationIDResponse, error)
  • New function NewDaprComponentResiliencyPoliciesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*DaprComponentResiliencyPoliciesClient, error)
  • New function *DaprComponentResiliencyPoliciesClient.CreateOrUpdate(context.Context, string, string, string, string, DaprComponentResiliencyPolicy, *DaprComponentResiliencyPoliciesClientCreateOrUpdateOptions) (DaprComponentResiliencyPoliciesClientCreateOrUpdateResponse, error)
  • New function *DaprComponentResiliencyPoliciesClient.Delete(context.Context, string, string, string, string, *DaprComponentResiliencyPoliciesClientDeleteOptions) (DaprComponentResiliencyPoliciesClientDeleteResponse, error)
  • New function *DaprComponentResiliencyPoliciesClient.Get(context.Context, string, string, string, string, *DaprComponentResiliencyPoliciesClientGetOptions) (DaprComponentResiliencyPoliciesClientGetResponse, error)
  • New function *DaprComponentResiliencyPoliciesClient.NewListPager(string, string, string, *DaprComponentResiliencyPoliciesClientListOptions) *runtime.Pager[DaprComponentResiliencyPoliciesClientListResponse]
  • New function NewDaprSubscriptionsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*DaprSubscriptionsClient, error)
  • New function *DaprSubscriptionsClient.CreateOrUpdate(context.Context, string, string, string, DaprSubscription, *DaprSubscriptionsClientCreateOrUpdateOptions) (DaprSubscriptionsClientCreateOrUpdateResponse, error)
  • New function *DaprSubscriptionsClient.Delete(context.Context, string, string, string, *DaprSubscriptionsClientDeleteOptions) (DaprSubscriptionsClientDeleteResponse, error)
  • New function *DaprSubscriptionsClient.Get(context.Context, string, string, string, *DaprSubscriptionsClientGetOptions) (DaprSubscriptionsClientGetResponse, error)
  • New function *DaprSubscriptionsClient.NewListPager(string, string, *DaprSubscriptionsClientListOptions) *runtime.Pager[DaprSubscriptionsClientListResponse]
  • New function NewDotNetComponentsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*DotNetComponentsClient, error)
  • New function *DotNetComponentsClient.BeginCreateOrUpdate(context.Context, string, string, string, DotNetComponent, *DotNetComponentsClientBeginCreateOrUpdateOptions) (*runtime.Poller[DotNetComponentsClientCreateOrUpdateResponse], error)
  • New function *DotNetComponentsClient.BeginDelete(context.Context, string, string, string, *DotNetComponentsClientBeginDeleteOptions) (*runtime.Poller[DotNetComponentsClientDeleteResponse], error)
  • New function *DotNetComponentsClient.Get(context.Context, string, string, string, *DotNetComponentsClientGetOptions) (DotNetComponentsClientGetResponse, error)
  • New function *DotNetComponentsClient.NewListPager(string, string, *DotNetComponentsClientListOptions) *runtime.Pager[DotNetComponentsClientListResponse]
  • New function *DotNetComponentsClient.BeginUpdate(context.Context, string, string, string, DotNetComponent, *DotNetComponentsClientBeginUpdateOptions) (*runtime.Poller[DotNetComponentsClientUpdateResponse], error)
  • New function NewJavaComponentsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*JavaComponentsClient, error)
  • New function *JavaComponentsClient.BeginCreateOrUpdate(context.Context, string, string, string, JavaComponent, *JavaComponentsClientBeginCreateOrUpdateOptions) (*runtime.Poller[JavaComponentsClientCreateOrUpdateResponse], error)
  • New function *JavaComponentsClient.BeginDelete(context.Context, string, string, string, *JavaComponentsClientBeginDeleteOptions) (*runtime.Poller[JavaComponentsClientDeleteResponse], error)
  • New function *JavaComponentsClient.Get(context.Context, string, string, string, *JavaComponentsClientGetOptions) (JavaComponentsClientGetResponse, error)
  • New function *JavaComponentsClient.NewListPager(string, string, *JavaComponentsClientListOptions) *runtime.Pager[JavaComponentsClientListResponse]
  • New function *JavaComponentsClient.BeginUpdate(context.Context, string, string, string, JavaComponent, *JavaComponentsClientBeginUpdateOptions) (*runtime.Poller[JavaComponentsClientUpdateResponse], error)
  • New function *JobsClient.GetDetector(context.Context, string, string, string, *JobsClientGetDetectorOptions) (JobsClientGetDetectorResponse, error)
  • New function *JobsClient.ListDetectors(context.Context, string, string, *JobsClientListDetectorsOptions) (JobsClientListDetectorsResponse, error)
  • New function *JobsClient.ProxyGet(context.Context, string, string, *JobsClientProxyGetOptions) (JobsClientProxyGetResponse, error)
  • New function NewManagedEnvironmentUsagesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ManagedEnvironmentUsagesClient, error)
  • New function *ManagedEnvironmentUsagesClient.NewListPager(string, string, *ManagedEnvironmentUsagesClientListOptions) *runtime.Pager[ManagedEnvironmentUsagesClientListResponse]
  • New function NewUsagesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*UsagesClient, error)
  • New function *UsagesClient.NewListPager(string, *UsagesClientListOptions) *runtime.Pager[UsagesClientListResponse]
  • New struct AppInsightsConfiguration
  • New struct AppResiliency
  • New struct AppResiliencyCollection
  • New struct AppResiliencyProperties
  • New struct BlobStorageTokenStore
  • New struct BuildCollection
  • New struct BuildConfiguration
  • New struct BuildProperties
  • New struct BuildResource
  • New struct BuildToken
  • New struct BuilderCollection
  • New struct BuilderProperties
  • New struct BuilderResource
  • New struct BuilderResourceUpdate
  • New struct BuilderResourceUpdateProperties
  • New struct CertificateKeyVaultProperties
  • New struct CircuitBreakerPolicy
  • New struct ContainerRegistry
  • New struct ContainerRegistryWithCustomImage
  • New struct DaprComponentResiliencyPoliciesCollection
  • New struct DaprComponentResiliencyPolicy
  • New struct DaprComponentResiliencyPolicyCircuitBreakerPolicyConfiguration
  • New struct DaprComponentResiliencyPolicyConfiguration
  • New struct DaprComponentResiliencyPolicyHTTPRetryBackOffConfiguration
  • New struct DaprComponentResiliencyPolicyHTTPRetryPolicyConfiguration
  • New struct DaprComponentResiliencyPolicyProperties
  • New struct DaprComponentResiliencyPolicyTimeoutPolicyConfiguration
  • New struct DaprComponentServiceBinding
  • New struct DaprServiceBindMetadata
  • New struct DaprSubscription
  • New struct DaprSubscriptionBulkSubscribeOptions
  • New struct DaprSubscriptionProperties
  • New struct DaprSubscriptionRouteRule
  • New struct DaprSubscriptionRoutes
  • New struct DaprSubscriptionsCollection
  • New struct DataDogConfiguration
  • New struct DestinationsConfiguration
  • New struct DotNetComponent
  • New struct DotNetComponentConfigurationProperty
  • New struct DotNetComponentProperties
  • New struct DotNetComponentServiceBind
  • New struct DotNetComponentsCollection
  • New struct EncryptionSettings
  • New struct EnvironmentVariable
  • New struct HTTPConnectionPool
  • New struct HTTPGet
  • New struct HTTPRetryPolicy
  • New struct HTTPRetryPolicyMatches
  • New struct HTTPRetryPolicyRetryBackOff
  • New struct Header
  • New struct HeaderMatch
  • New struct HeaderMatchMatch
  • New struct IngressPortMapping
  • New struct JavaComponent
  • New struct JavaComponentConfigurationProperty
  • New struct JavaComponentProperties
  • New struct JavaComponentServiceBind
  • New struct JavaComponentsCollection
  • New struct JobExecutionProperties
  • New struct ListUsagesResult
  • New struct LogsConfiguration
  • New struct MetricsConfiguration
  • New struct NfsAzureFileProperties
  • New struct OpenTelemetryConfiguration
  • New struct OtlpConfiguration
  • New struct PreBuildStep
  • New struct TCPConnectionPool
  • New struct TCPRetryPolicy
  • New struct TimeoutPolicy
  • New struct TokenStore
  • New struct TracesConfiguration
  • New struct Usage
  • New struct UsageName
  • New field EncryptionSettings in struct AuthConfigProperties
  • New field Gpus in struct AvailableWorkloadProfileProperties
  • New field CertificateKeyVaultProperties, CertificateType in struct CertificateProperties
  • New field CertificateKeyVaultProperties in struct CustomDomainConfiguration
  • New field ServiceComponentBind in struct DaprComponentProperties
  • New field BuildEnvironmentVariables in struct GithubActionConfiguration
  • New field AdditionalPortMappings, TargetPortHTTPScheme in struct Ingress
  • New field ExtendedLocation in struct Job
  • New field Properties in struct JobExecution
  • New field ExtendedLocation in struct JobPatchProperties
  • New field DynamicJSONColumns in struct LogAnalyticsConfiguration
  • New field TokenStore in struct Login
  • New field Identity in struct ManagedEnvironment
  • New field AppInsightsConfiguration, OpenTelemetryConfiguration in struct ManagedEnvironmentProperties
  • New field NfsAzureFile in struct ManagedEnvironmentStorageProperties
  • New field ClientType, CustomizedKeys in struct ServiceBind
azure-sdk-for-go - sdk/resourcemanager/support/armsupport/v2.0.0-beta.3

Published by azure-sdk 7 months ago

2.0.0-beta.3 (2024-03-22)

Breaking Changes

  • Type of FileDetailsProperties.ChunkSize has been changed from *float32 to *int32
  • Type of FileDetailsProperties.FileSize has been changed from *float32 to *int32
  • Type of FileDetailsProperties.NumberOfChunks has been changed from *float32 to *int32
  • Type of UploadFile.ChunkIndex has been changed from *float32 to *int32
  • Function *ClientFactory.NewTicketChatTranscriptsNoSubscriptionClient has been removed
  • Function *ClientFactory.NewTicketCommunicationsNoSubscriptionClient has been removed
  • Function NewTicketChatTranscriptsNoSubscriptionClient has been removed
  • Function *TicketChatTranscriptsNoSubscriptionClient.NewListPager has been removed
  • Function NewTicketCommunicationsNoSubscriptionClient has been removed
  • Function *TicketCommunicationsNoSubscriptionClient.NewListPager has been removed

Features Added

  • New enum type IsTemporaryTicket with values IsTemporaryTicketNo, IsTemporaryTicketYes
  • New function *ChatTranscriptsNoSubscriptionClient.NewListPager(string, *ChatTranscriptsNoSubscriptionClientListOptions) *runtime.Pager[ChatTranscriptsNoSubscriptionClientListResponse]
  • New function *ClientFactory.NewLookUpResourceIDClient() *LookUpResourceIDClient
  • New function *ClientFactory.NewProblemClassificationsNoSubscriptionClient() *ProblemClassificationsNoSubscriptionClient
  • New function *ClientFactory.NewServiceClassificationsClient() *ServiceClassificationsClient
  • New function *ClientFactory.NewServiceClassificationsNoSubscriptionClient() *ServiceClassificationsNoSubscriptionClient
  • New function *CommunicationsNoSubscriptionClient.NewListPager(string, *CommunicationsNoSubscriptionClientListOptions) *runtime.Pager[CommunicationsNoSubscriptionClientListResponse]
  • New function NewLookUpResourceIDClient(azcore.TokenCredential, *arm.ClientOptions) (*LookUpResourceIDClient, error)
  • New function *LookUpResourceIDClient.Post(context.Context, LookUpResourceIDRequest, *LookUpResourceIDClientPostOptions) (LookUpResourceIDClientPostResponse, error)
  • New function *ProblemClassificationsClient.ClassifyProblems(context.Context, string, ProblemClassificationsClassificationInput, *ProblemClassificationsClientClassifyProblemsOptions) (ProblemClassificationsClientClassifyProblemsResponse, error)
  • New function NewProblemClassificationsNoSubscriptionClient(azcore.TokenCredential, *arm.ClientOptions) (*ProblemClassificationsNoSubscriptionClient, error)
  • New function *ProblemClassificationsNoSubscriptionClient.ClassifyProblems(context.Context, string, ProblemClassificationsClassificationInput, *ProblemClassificationsNoSubscriptionClientClassifyProblemsOptions) (ProblemClassificationsNoSubscriptionClientClassifyProblemsResponse, error)
  • New function NewServiceClassificationsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ServiceClassificationsClient, error)
  • New function *ServiceClassificationsClient.ClassifyServices(context.Context, ServiceClassificationRequest, *ServiceClassificationsClientClassifyServicesOptions) (ServiceClassificationsClientClassifyServicesResponse, error)
  • New function NewServiceClassificationsNoSubscriptionClient(azcore.TokenCredential, *arm.ClientOptions) (*ServiceClassificationsNoSubscriptionClient, error)
  • New function *ServiceClassificationsNoSubscriptionClient.ClassifyServices(context.Context, ServiceClassificationRequest, *ServiceClassificationsNoSubscriptionClientClassifyServicesOptions) (ServiceClassificationsNoSubscriptionClientClassifyServicesResponse, error)
  • New struct ClassificationService
  • New struct LookUpResourceIDRequest
  • New struct LookUpResourceIDResponse
  • New struct ProblemClassificationsClassificationInput
  • New struct ProblemClassificationsClassificationOutput
  • New struct ProblemClassificationsClassificationResult
  • New struct ServiceClassificationAnswer
  • New struct ServiceClassificationOutput
  • New struct ServiceClassificationRequest
  • New field Metadata, ParentProblemClassification in struct ProblemClassificationProperties
  • New field Metadata in struct ServiceProperties
  • New field IsTemporaryTicket in struct TicketDetailsProperties
azure-sdk-for-go - sdk/resourcemanager/confluent/armconfluent/v1.3.0

Published by azure-sdk 7 months ago

1.3.0 (2024-03-22)

Features Added

  • New function *AccessClient.CreateRoleBinding(context.Context, string, string, AccessCreateRoleBindingRequestModel, *AccessClientCreateRoleBindingOptions) (AccessClientCreateRoleBindingResponse, error)
  • New function *AccessClient.DeleteRoleBinding(context.Context, string, string, string, *AccessClientDeleteRoleBindingOptions) (AccessClientDeleteRoleBindingResponse, error)
  • New function *AccessClient.ListRoleBindingNameList(context.Context, string, string, ListAccessRequestModel, *AccessClientListRoleBindingNameListOptions) (AccessClientListRoleBindingNameListResponse, error)
  • New function *OrganizationClient.CreateAPIKey(context.Context, string, string, string, string, CreateAPIKeyModel, *OrganizationClientCreateAPIKeyOptions) (OrganizationClientCreateAPIKeyResponse, error)
  • New function *OrganizationClient.DeleteClusterAPIKey(context.Context, string, string, string, *OrganizationClientDeleteClusterAPIKeyOptions) (OrganizationClientDeleteClusterAPIKeyResponse, error)
  • New function *OrganizationClient.GetClusterAPIKey(context.Context, string, string, string, *OrganizationClientGetClusterAPIKeyOptions) (OrganizationClientGetClusterAPIKeyResponse, error)
  • New function *OrganizationClient.GetClusterByID(context.Context, string, string, string, string, *OrganizationClientGetClusterByIDOptions) (OrganizationClientGetClusterByIDResponse, error)
  • New function *OrganizationClient.GetEnvironmentByID(context.Context, string, string, string, *OrganizationClientGetEnvironmentByIDOptions) (OrganizationClientGetEnvironmentByIDResponse, error)
  • New function *OrganizationClient.GetSchemaRegistryClusterByID(context.Context, string, string, string, string, *OrganizationClientGetSchemaRegistryClusterByIDOptions) (OrganizationClientGetSchemaRegistryClusterByIDResponse, error)
  • New function *OrganizationClient.NewListClustersPager(string, string, string, *OrganizationClientListClustersOptions) *runtime.Pager[OrganizationClientListClustersResponse]
  • New function *OrganizationClient.NewListEnvironmentsPager(string, string, *OrganizationClientListEnvironmentsOptions) *runtime.Pager[OrganizationClientListEnvironmentsResponse]
  • New function *OrganizationClient.ListRegions(context.Context, string, string, ListAccessRequestModel, *OrganizationClientListRegionsOptions) (OrganizationClientListRegionsResponse, error)
  • New function *OrganizationClient.NewListSchemaRegistryClustersPager(string, string, string, *OrganizationClientListSchemaRegistryClustersOptions) *runtime.Pager[OrganizationClientListSchemaRegistryClustersResponse]
  • New struct APIKeyOwnerEntity
  • New struct APIKeyProperties
  • New struct APIKeyRecord
  • New struct APIKeyResourceEntity
  • New struct APIKeySpecEntity
  • New struct AccessCreateRoleBindingRequestModel
  • New struct AccessRoleBindingNameListSuccessResponse
  • New struct ClusterProperties
  • New struct CreateAPIKeyModel
  • New struct EnvironmentProperties
  • New struct GetEnvironmentsResponse
  • New struct ListClustersSuccessResponse
  • New struct ListRegionsSuccessResponse
  • New struct ListSchemaRegistryClustersResponse
  • New struct RegionProperties
  • New struct RegionRecord
  • New struct RegionSpecEntity
  • New struct SCClusterByokEntity
  • New struct SCClusterNetworkEnvironmentEntity
  • New struct SCClusterRecord
  • New struct SCClusterSpecEntity
  • New struct SCConfluentListMetadata
  • New struct SCEnvironmentRecord
  • New struct SCMetadataEntity
  • New struct SchemaRegistryClusterEnvironmentRegionEntity
  • New struct SchemaRegistryClusterProperties
  • New struct SchemaRegistryClusterRecord
  • New struct SchemaRegistryClusterSpecEntity
  • New struct SchemaRegistryClusterStatusEntity
azure-sdk-for-go - sdk/resourcemanager/search/armsearch/v1.4.0-beta.1

Published by azure-sdk 7 months ago

1.4.0-beta.1 (2024-03-22)

Features Added

  • New value IdentityTypeSystemAssignedUserAssigned, IdentityTypeUserAssigned added to enum type IdentityType
  • New value SearchServiceStatusStopped added to enum type SearchServiceStatus
  • New enum type SearchBypass with values SearchBypassAzurePortal, SearchBypassNone
  • New enum type SearchDisabledDataExfiltrationOption with values SearchDisabledDataExfiltrationOptionAll
  • New function *ClientFactory.NewNetworkSecurityPerimeterConfigurationsClient() *NetworkSecurityPerimeterConfigurationsClient
  • New function NewNetworkSecurityPerimeterConfigurationsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*NetworkSecurityPerimeterConfigurationsClient, error)
  • New function *NetworkSecurityPerimeterConfigurationsClient.Get(context.Context, string, string, string, *NetworkSecurityPerimeterConfigurationsClientGetOptions) (NetworkSecurityPerimeterConfigurationsClientGetResponse, error)
  • New function *NetworkSecurityPerimeterConfigurationsClient.NewListByServicePager(string, string, *NetworkSecurityPerimeterConfigurationsClientListByServiceOptions) *runtime.Pager[NetworkSecurityPerimeterConfigurationsClientListByServiceResponse]
  • New function *NetworkSecurityPerimeterConfigurationsClient.BeginReconcile(context.Context, string, string, string, *NetworkSecurityPerimeterConfigurationsClientBeginReconcileOptions) (*runtime.Poller[NetworkSecurityPerimeterConfigurationsClientReconcileResponse], error)
  • New struct NSPConfigAccessRule
  • New struct NSPConfigAccessRuleProperties
  • New struct NSPConfigAssociation
  • New struct NSPConfigNetworkSecurityPerimeterRule
  • New struct NSPConfigPerimeter
  • New struct NSPConfigProfile
  • New struct NSPProvisioningIssue
  • New struct NSPProvisioningIssueProperties
  • New struct NetworkSecurityPerimeterConfiguration
  • New struct NetworkSecurityPerimeterConfigurationListResult
  • New struct NetworkSecurityPerimeterConfigurationProperties
  • New struct OperationAvailability
  • New struct OperationLogsSpecification
  • New struct OperationMetricDimension
  • New struct OperationMetricsSpecification
  • New struct OperationProperties
  • New struct OperationServiceSpecification
  • New struct UserAssignedManagedIdentity
  • New field UserAssignedIdentities in struct Identity
  • New field Bypass in struct NetworkRuleSet
  • New field IsDataAction, Origin, Properties in struct Operation
  • New field DisabledDataExfiltrationOptions, ETag in struct ServiceProperties
azure-sdk-for-go - sdk/resourcemanager/batch/armbatch/v2.3.0

Published by azure-sdk 7 months ago

2.3.0 (2024-03-22)

Features Added

  • New enum type UpgradeMode with values UpgradeModeAutomatic, UpgradeModeManual, UpgradeModeRolling
  • New struct AutomaticOSUpgradePolicy
  • New struct RollingUpgradePolicy
  • New struct UpgradePolicy
  • New field UpgradePolicy in struct PoolProperties
  • New field BatchSupportEndOfLife in struct SupportedSKU
azure-sdk-for-go - sdk/resourcemanager/nginx/armnginx/v3.1.0-beta.1

Published by azure-sdk 7 months ago

3.1.0-beta.1 (2024-03-22)

Features Added

  • New function *ConfigurationsClient.Analysis(context.Context, string, string, string, *ConfigurationsClientAnalysisOptions) (ConfigurationsClientAnalysisResponse, error)
  • New struct AnalysisCreate
  • New struct AnalysisCreateConfig
  • New struct AnalysisDiagnostic
  • New struct AnalysisResult
  • New struct AnalysisResultData
  • New struct AutoUpgradeProfile
  • New struct CertificateErrorResponseBody
  • New struct DeploymentScalingPropertiesAutoScaleSettings
  • New struct ScaleProfile
  • New struct ScaleProfileCapacity
  • New field CertificateError, KeyVaultSecretCreated, KeyVaultSecretVersion, SHA1Thumbprint in struct CertificateProperties
  • New field AutoUpgradeProfile in struct DeploymentProperties
  • New field AutoScaleSettings in struct DeploymentScalingProperties
  • New field AutoUpgradeProfile in struct DeploymentUpdateProperties
Package Rankings
Top 0.62% on Proxy.golang.org
Badges
Extracted from project README
godoc