github Azure/azure-sdk-for-go sdk/resourcemanager/communication/armcommunication/v2.2.0-beta.1

2.2.0-beta.1 (2023-11-24)

Features Added

  • New enum type ManagedServiceIdentityType with values ManagedServiceIdentityTypeNone, ManagedServiceIdentityTypeSystemAssigned, ManagedServiceIdentityTypeSystemAssignedUserAssigned, ManagedServiceIdentityTypeUserAssigned
  • New function *ClientFactory.NewSuppressionListAddressesClient() *SuppressionListAddressesClient
  • New function *ClientFactory.NewSuppressionListsClient() *SuppressionListsClient
  • New function NewSuppressionListAddressesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*SuppressionListAddressesClient, error)
  • New function *SuppressionListAddressesClient.CreateOrUpdate(context.Context, string, string, string, string, string, SuppressionListAddressResource, *SuppressionListAddressesClientCreateOrUpdateOptions) (SuppressionListAddressesClientCreateOrUpdateResponse, error)
  • New function *SuppressionListAddressesClient.Delete(context.Context, string, string, string, string, string, *SuppressionListAddressesClientDeleteOptions) (SuppressionListAddressesClientDeleteResponse, error)
  • New function *SuppressionListAddressesClient.Get(context.Context, string, string, string, string, string, *SuppressionListAddressesClientGetOptions) (SuppressionListAddressesClientGetResponse, error)
  • New function *SuppressionListAddressesClient.NewListPager(string, string, string, string, *SuppressionListAddressesClientListOptions) *runtime.Pager[SuppressionListAddressesClientListResponse]
  • New function NewSuppressionListsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*SuppressionListsClient, error)
  • New function *SuppressionListsClient.CreateOrUpdate(context.Context, string, string, string, string, SuppressionListResource, *SuppressionListsClientCreateOrUpdateOptions) (SuppressionListsClientCreateOrUpdateResponse, error)
  • New function *SuppressionListsClient.Delete(context.Context, string, string, string, string, *SuppressionListsClientDeleteOptions) (SuppressionListsClientDeleteResponse, error)
  • New function *SuppressionListsClient.Get(context.Context, string, string, string, string, *SuppressionListsClientGetOptions) (SuppressionListsClientGetResponse, error)
  • New function *SuppressionListsClient.NewListByDomainPager(string, string, string, *SuppressionListsClientListByDomainOptions) *runtime.Pager[SuppressionListsClientListByDomainResponse]
  • New struct ManagedServiceIdentity
  • New struct SuppressionListAddressProperties
  • New struct SuppressionListAddressResource
  • New struct SuppressionListAddressResourceCollection
  • New struct SuppressionListProperties
  • New struct SuppressionListResource
  • New struct SuppressionListResourceCollection
  • New struct UserAssignedIdentity
  • New field Identity in struct ServiceResource
  • New field Identity in struct ServiceResourceUpdate

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

NewReleases is sending notifications on new releases.