github Azure/azure-sdk-for-go sdk/resourcemanager/elasticsan/armelasticsan/v0.3.0

latest releases: sdk/messaging/azservicebus/v1.7.2, sdk/data/azcosmos/v1.1.0, sdk/ai/azopenai/v0.6.2...
pre-release13 months ago

0.3.0 (2023-07-28)

Breaking Changes

  • Type of OperationListResult.Value has been changed from []*RPOperation to []*Operation
  • Struct RPOperation has been removed
  • Field Tags of struct Volume has been removed
  • Field Tags of struct VolumeGroup has been removed
  • Field Tags of struct VolumeGroupUpdate has been removed
  • Field Tags of struct VolumeUpdate has been removed

Features Added

  • New enum type ActionType with values ActionTypeInternal
  • New enum type Origin with values OriginSystem, OriginUser, OriginUserSystem
  • New enum type PrivateEndpointServiceConnectionStatus with values PrivateEndpointServiceConnectionStatusApproved, PrivateEndpointServiceConnectionStatusFailed, PrivateEndpointServiceConnectionStatusPending, PrivateEndpointServiceConnectionStatusRejected
  • New function *ClientFactory.NewPrivateEndpointConnectionsClient() *PrivateEndpointConnectionsClient
  • New function *ClientFactory.NewPrivateLinkResourcesClient() *PrivateLinkResourcesClient
  • New function NewPrivateEndpointConnectionsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*PrivateEndpointConnectionsClient, error)
  • New function *PrivateEndpointConnectionsClient.BeginCreate(context.Context, string, string, string, PrivateEndpointConnection, *PrivateEndpointConnectionsClientBeginCreateOptions) (*runtime.Poller[PrivateEndpointConnectionsClientCreateResponse], error)
  • New function *PrivateEndpointConnectionsClient.BeginDelete(context.Context, string, string, string, *PrivateEndpointConnectionsClientBeginDeleteOptions) (*runtime.Poller[PrivateEndpointConnectionsClientDeleteResponse], error)
  • New function *PrivateEndpointConnectionsClient.Get(context.Context, string, string, string, *PrivateEndpointConnectionsClientGetOptions) (PrivateEndpointConnectionsClientGetResponse, error)
  • New function *PrivateEndpointConnectionsClient.NewListPager(string, string, *PrivateEndpointConnectionsClientListOptions) *runtime.Pager[PrivateEndpointConnectionsClientListResponse]
  • New function NewPrivateLinkResourcesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*PrivateLinkResourcesClient, error)
  • New function *PrivateLinkResourcesClient.ListByElasticSan(context.Context, string, string, *PrivateLinkResourcesClientListByElasticSanOptions) (PrivateLinkResourcesClientListByElasticSanResponse, error)
  • New struct Operation
  • New struct PrivateEndpoint
  • New struct PrivateEndpointConnection
  • New struct PrivateEndpointConnectionListResult
  • New struct PrivateEndpointConnectionProperties
  • New struct PrivateLinkResource
  • New struct PrivateLinkResourceListResult
  • New struct PrivateLinkResourceProperties
  • New struct PrivateLinkServiceConnectionState
  • New field PrivateEndpointConnections in struct Properties
  • New field NextLink in struct SKUInformationList
  • New field PrivateEndpointConnections in struct VolumeGroupProperties

Don't miss a new azure-sdk-for-go release

NewReleases is sending notifications on new releases.