Skip to content

Commit

Permalink
Shortcodes private (#18559)
Browse files Browse the repository at this point in the history
* added autorest readme and generated files

* rush.json modified and rush update-build ran for communication-short-codes. Imported samples and ran dev-tool for sample creation.

* copied commincation-phone-numbers .gitignore into communication-short-codes

* added README.md for short codes

* fix @azure-tools reference

* removed temporary fix for dist-esm and types files not generated in src subfolder. Previous commit from Erica fixed root issue.

* modified sample to new changes (removed signup and fixed useCase)

* changed createUSProgramBrief to upserUSProgramBrief in README.md - further polishing of readme probably needed

* fixed wrong references to short codes package imports in readme.md

* regenerated from latest swagger

* regenerated from swagger from now merged PR. Added necessary modifications. Pending on a possible swagger mistake, that's why it is not building.

* updated swagger, updated sdk, referencing latest commit in master for swagger.

* built samples

* Added compiling tests with meat but it is VERY RAW. Like the animal is still alive.

* added autorest readme and generated files

* rush.json modified and rush update-build ran for communication-short-codes. Imported samples and ran dev-tool for sample creation.

* copied commincation-phone-numbers .gitignore into communication-short-codes

* added README.md for short codes

* fix @azure-tools reference

* removed temporary fix for dist-esm and types files not generated in src subfolder. Previous commit from Erica fixed root issue.

* modified sample to new changes (removed signup and fixed useCase)

* changed createUSProgramBrief to upserUSProgramBrief in README.md - further polishing of readme probably needed

* fixed wrong references to short codes package imports in readme.md

* regenerated from latest swagger

* regenerated from swagger from now merged PR. Added necessary modifications. Pending on a possible swagger mistake, that's why it is not building.

* updated swagger, updated sdk, referencing latest commit in master for swagger.

* built samples

* Added compiling tests with meat but it is VERY RAW. Like the animal is still alive.

* meat ready to cook

* Regenerated with autorest from latest changes. Swagger now points to Rodolfo

* updated sample from swagger

* unit tests running and passing. unit tests with AAD failing.

* updating tests to get env variables and splitting upsert in update & create

* removed AAD tests

* removed non-existing links to public documentation in sample readmes

* added pnpm-lock.yml for short codes and removed unnecessary imports because of removed AAD tests.

* reverted accidental change

* added short codes to communication ci.yml

* wrapping calls to the generated client in try catch finally blocks. automatic formatting

* refactoring us program brief for better accessing and not to repeat data

* changing let that should be const and unnecessary id check on test USPB retrieval.

* grabbed pnpm-lock.yaml from azure/main and used rush update

* missing pnpm-lock.yaml changes

* fixing lint issues and building

* run rushx format

* fixes for recorded tests

* running rushx format

* added changelog

* ran prepare release script

* resolving comments from PR. Deleting unused variables, fixing references, renaming variables, updating changelog

* run the format command

* Update ci.yml

* Update ci.yml

* trying change from rest to tools

* updating samples

* added missing pnpm-lock.yaml update

* updating release date

Co-authored-by: Erica Sponsler <[email protected]>
Co-authored-by: 0rlanand0Wats0n <[email protected]>
  • Loading branch information
3 people authored Nov 5, 2021
1 parent 13c97f3 commit c28fe80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/communication/communication-short-codes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.0.0-beta.1 (Unreleased)
## 1.0.0-beta.1 (2021-11-05)

The first preview of the Azure Communication Short Codes Client has the following features:

Expand Down

0 comments on commit c28fe80

Please sign in to comment.