Skip to content

Commit 45d528a

Browse files
Add support for more message types (Interactive, Reaction, Sticker) (Azure#47349)
* Generate for latest Typespec API - more message types Add interactive messages, stickers, reactions * generate with latest TypeSpec API, and move WhatsApp specific models to models.channels namespace * regenerate with latest typespec - update version * add tests, add change log * re-run recordings * fix "Generated code is not up to date." * re-run recordings * Some more interactive messages tests and new recordings * add ReactionMessage test and re-record * Update tsp-location.yaml with latest commit in main branch * regenerate tspCodeModel * Prepare for release
1 parent 92e624b commit 45d528a

File tree

56 files changed

+7629
-646
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+7629
-646
lines changed

sdk/communication/Azure.Communication.Messages/CHANGELOG.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
# Release History
22

3-
## 1.2.0-beta.1 (Unreleased)
3+
## 1.2.0-beta.1 (2025-02-11)
44

55
### Features Added
6-
6+
- Added Interactive Message.
7+
- Added Reaction Message.
8+
- Added Sticker Message.
79
- Exposed `JsonModelWriteCore` for model serialization procedure.
810

9-
### Breaking Changes
10-
11-
### Bugs Fixed
12-
13-
### Other Changes
14-
1511
## 1.1.0 (2024-10-18)
1612

1713
### Features Added

sdk/communication/Azure.Communication.Messages/api/Azure.Communication.Messages.net8.0.cs

Lines changed: 232 additions & 1 deletion
Large diffs are not rendered by default.

sdk/communication/Azure.Communication.Messages/api/Azure.Communication.Messages.netstandard2.0.cs

Lines changed: 232 additions & 1 deletion
Large diffs are not rendered by default.

sdk/communication/Azure.Communication.Messages/assets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "net",
44
"TagPrefix": "net/communication/Azure.Communication.Messages",
5-
"Tag": "net/communication/Azure.Communication.Messages_a672ff69b3"
6-
}
5+
"Tag": "net/communication/Azure.Communication.Messages_52c3e6b22c"
6+
}

sdk/communication/Azure.Communication.Messages/src/Generated/ActionBindings.Serialization.cs

Lines changed: 136 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/communication/Azure.Communication.Messages/src/Generated/ActionBindings.cs

Lines changed: 70 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/communication/Azure.Communication.Messages/src/Generated/ActionGroup.Serialization.cs

Lines changed: 160 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)