Skip to content

Commit

Permalink
CodeGen from PR 31971 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 4f070d585c6d8cbab0883dd2add7f97dbfaff79b into 8cffc00ed31c6dee665bac9b638a01df75e4dd0b
  • Loading branch information
SDKAuto committed Feb 5, 2025
1 parent f40dfb3 commit cb9588f
Show file tree
Hide file tree
Showing 123 changed files with 7,986 additions and 1,901 deletions.
52 changes: 48 additions & 4 deletions sdk/communication/azure-resourcemanager-communication/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,58 @@
# Release History

## 2.3.0-beta.1 (Unreleased)
## 1.0.0-beta.1 (2025-02-05)

- Azure Resource Manager Communication client library for Java. This package contains Microsoft Azure SDK for Communication Management SDK. REST API for Azure Communication Services. Package tag package-preview-2024-09-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).

### Features Added

### Breaking Changes
* `models.SuppressionListAddressResourceCollection` was added

* `models.SuppressionListAddressResource` was added

* `models.SmtpUsernameResource$Update` was added

* `models.SmtpUsernameResource` was added

* `models.SmtpUsernameResource$Definition` was added

* `models.SuppressionListResource$UpdateStages` was added

### Bugs Fixed
* `models.SuppressionListResource$Update` was added

* `models.SmtpUsernameResource$UpdateStages` was added

* `models.SmtpUsernameResourceCollection` was added

* `models.SuppressionListAddressResource$Update` was added

### Other Changes
* `models.SuppressionListAddressResource$Definition` was added

* `models.SuppressionListAddresses` was added

* `models.SuppressionListAddressResource$DefinitionStages` was added

* `models.SuppressionListResource$Definition` was added

* `models.SuppressionListResource` was added

* `models.SuppressionLists` was added

* `models.SmtpUsernames` was added

* `models.SuppressionListResourceCollection` was added

* `models.SuppressionListResource$DefinitionStages` was added

* `models.SmtpUsernameResource$DefinitionStages` was added

* `models.SuppressionListAddressResource$UpdateStages` was added

#### `CommunicationManager` was modified

* `suppressionLists()` was added
* `smtpUsernames()` was added
* `suppressionListAddresses()` was added

## 2.2.0 (2024-12-19)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Azure Resource Manager Communication client library for Java.

This package contains Microsoft Azure SDK for Communication Management SDK. REST API for Azure Communication Services. Package tag package-2023-04. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
This package contains Microsoft Azure SDK for Communication Management SDK. REST API for Azure Communication Services. Package tag package-preview-2024-09-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).

## We'd love to hear your feedback

Expand Down Expand Up @@ -32,7 +32,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-communication</artifactId>
<version>2.2.0</version>
<version>2.3.0-beta.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
Loading

0 comments on commit cb9588f

Please sign in to comment.