Skip to content

Commit

Permalink
sdk(communication): release mgmt sdk 1.2.0-beta.4 (Azure#40087)
Browse files Browse the repository at this point in the history
  • Loading branch information
archerzz authored Nov 19, 2023
1 parent 4254a0e commit fd7fe97
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
# Release History

## 1.2.0-beta.3 (2023-11-16)
## 1.2.0-beta.4 (2023-11-16)

### Features Added

- Added support for Email Suppression List and Address resources.
- Enable mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details.
- Upgraded api-version tag from 'package-preview-2023-04' to 'package-preview-2023-06'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/5775c90db370eb73a5cd7ccb36e16c34630a5c8c/specification/communication/resource-manager/readme.md#tag-package-preview-2023-06

## 1.2.0-beta.3 (2023-11-08)

### Features Added

- Added support for Email Suppression List and Address resources.

### Other Changes

- Upgraded Azure.Core from 1.35.0 to 1.36.0
Expand Down Expand Up @@ -210,4 +216,4 @@ This package follows the [new Azure SDK guidelines](https://azure.github.io/azur

This package is a Public Preview version, so expect incompatible changes in subsequent releases as we improve the product. To provide feedback, submit an issue in our [Azure SDK for .NET GitHub repo](https://github.com/Azure/azure-sdk-for-net/issues).

> NOTE: For more information about unified authentication, please refer to [Microsoft Azure Identity documentation for .NET](https://docs.microsoft.com//dotnet/api/overview/azure/identity-readme?view=azure-dotnet).
> NOTE: For more information about unified authentication, please refer to [Microsoft Azure Identity documentation for .NET](https://docs.microsoft.com//dotnet/api/overview/azure/identity-readme?view=azure-dotnet).
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.2.0-beta.3</Version>
<Version>1.2.0-beta.4</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.1.0</ApiCompatVersion>
<PackageId>Azure.ResourceManager.Communication</PackageId>
Expand Down

0 comments on commit fd7fe97

Please sign in to comment.