Skip to content

Commit

Permalink
CodeGen from PR 31549 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 3fbf4d5d3696d0c2887f2fac0371059a1a8933bd into 96c44f99e15d99f1ae43a793f1845f912f664964
  • Loading branch information
SDKAuto committed Dec 19, 2024
1 parent c7a5e8f commit 69c7fc2
Show file tree
Hide file tree
Showing 94 changed files with 2,065 additions and 3,962 deletions.
57 changes: 51 additions & 6 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 9 additions & 43 deletions sdk/communication/communication-messages-rest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,49 +1,15 @@
# Release History

## 2.0.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 2.0.0 (2024-10-23)


## 3.0.0-beta.1 (2024-12-19)
Compared with version 2.0.0

### Features Added

- Added ImageNotificationContent to send image messgae.
- Added DocumentNotificationContent to send document message.
- Added VideoNotificationContent to send video message.
- Added AudioNotificationContent to send audio message.
- Deprecated MediaNotificationContent.
- Added Interface PagedAsyncIterableIterator
- Added Interface PageSettings

### Breaking Changes

- MediaNotificationContent interface kind field is update with value "image_v0" from "image".

## 1.0.1 (2024-03-07)

Using MessagesServiceClient:

- Send WhatsApp messages.
- Get Template List.
- Download media file from WhatsApp server for incoming media message.

### Other Changes

- Fixed CI pipeline to publish MS doc.

## 1.0.0 (2024-02-29)

### Features Added

This is the initial release of the @azure-rest version of Azure Communication Messages Services.

Using MessagesServiceClient:

- Send WhatsApp messages.
- Get Template List.
- Download media file from WhatsApp server for incoming media message.
- Removed function overload "function createClient(connectionString: string, options?: ClientOptions): MessagesServiceClient;"
- Removed Type Alias PagedMessageTemplateItemOutput

21 changes: 21 additions & 0 deletions sdk/communication/communication-messages-rest/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2024 Microsoft

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading

0 comments on commit 69c7fc2

Please sign in to comment.