Skip to content

Commit

Permalink
Apply API field renames (Azure#21929)
Browse files Browse the repository at this point in the history
Rename some API fields
  • Loading branch information
guilhermeluizsp authored Jul 8, 2022
1 parent 80949a8 commit 62bece6
Show file tree
Hide file tree
Showing 29 changed files with 1,476 additions and 835 deletions.
23 changes: 23 additions & 0 deletions sdk/communication/communication-short-codes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@
# Release History

## 1.0.0-beta.3 (2022-07-12)
### Features Added
- New Program Brief Attachments API.

### Breaking Changes
- Some fields were renamed or added:
- ProgramDetails
- signUpTypes was renamed to callToActionTypes
- ProgramSignUpType was renamed to CallToActionType
- signUpUrl was renamed to callToActionUrl
- callToAction was added
- UseCase
- contentCategory was renamed to contentType
- customContentType was added
- MessageDetails
- supportedProtocols was renamed to supportedProtocol
- helpMessage was renamed to helpAnswerToUser
- optOutMessage was renamed to optOutAnswerToUser
- optInMessage was renamed to optInMessageToUser
- optInReply was renamed to optInAnswerFromUser
- confirmationMessage was renamed to optInConfirmationMessageToUser

## 1.0.0-beta.2 (2022-03-31)
### Features Added
- Migrated from using `@azure/core-http` to `@azure/core-rest-pipeline` for the handling of HTTP requests. See [Azure Core v1 vs v2](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-rest-pipeline/documentation/core2.md) for more on the difference and benefits of the move.
Expand Down
4 changes: 2 additions & 2 deletions sdk/communication/communication-short-codes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/communication-short-codes",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "SDK for Azure Communication Services which facilitates short code management.",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down Expand Up @@ -60,7 +60,7 @@
"prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
"dependencies": {
"@azure/abort-controller": "^1.0.0",
"@azure/communication-common": "^2.1.0",
"@azure/communication-common": "^2.0.0",
"@azure/core-auth": "^1.3.0",
"@azure/core-client": "^1.3.2",
"@azure/core-lro": "^2.2.0",
Expand Down

Large diffs are not rendered by default.

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

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

Loading

0 comments on commit 62bece6

Please sign in to comment.