Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rperezzamora/add machine to machine for10 dlc campaigns #32607

Draft
wants to merge 35 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
8621b82
Add tendlc sdk
sofiar-msft Jul 11, 2024
4cf9962
Run rush update
sofiar-msft Jul 11, 2024
5f4b446
Fix linting
sofiar-msft Jul 11, 2024
6296adc
Format code
sofiar-msft Jul 11, 2024
e2f88f9
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-js into…
sofiar-msft Jul 22, 2024
08fc10f
Run rush update
sofiar-msft Jul 22, 2024
b323aa8
Fix tsconfig
sofiar-msft Jul 22, 2024
ae6eaa4
Update upsert options
sofiar-msft Jul 23, 2024
8d9f918
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-js into…
sofiar-msft Jul 23, 2024
2d657ad
Update upsert campaign options
sofiar-msft Jul 23, 2024
d15b3a2
Add brandId to upsert campaign options
sofiar-msft Jul 23, 2024
c48fe2a
Add unit tests
sofiar-msft Jul 31, 2024
2dcb3aa
Fix failling tests
sofiar-msft Aug 1, 2024
165bc41
Push recordings
sofiar-msft Aug 1, 2024
850771a
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-js into…
sofiar-msft Aug 1, 2024
73a5b65
Run rush update
sofiar-msft Aug 1, 2024
874bc4c
Fix linting
sofiar-msft Aug 1, 2024
f55ab36
Fix linting
sofiar-msft Aug 1, 2024
a8aa793
Format code
sofiar-msft Aug 1, 2024
966d57c
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-js into…
sofiar-msft Oct 29, 2024
d00dd52
Add new brand and campaign status
sofiar-msft Oct 30, 2024
717d731
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-js into…
sofiar-msft Oct 30, 2024
a995494
Update package.json
sofiar-msft Oct 30, 2024
ad06af2
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-js into…
sofiar-msft Oct 30, 2024
af62a6d
Update pnpm lock
sofiar-msft Oct 30, 2024
7ef1466
Update README from test
sofiar-msft Oct 30, 2024
7b7f787
Fix linting
sofiar-msft Oct 30, 2024
9ea43e7
Fix linting
sofiar-msft Oct 30, 2024
947744f
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-js into…
sofiar-msft Oct 30, 2024
a9a6a34
Update pnpm
sofiar-msft Oct 30, 2024
a7481c5
Update API comments
sofiar-msft Oct 31, 2024
428dedd
Merge branch 'sofiar/add_tendlc_js_sdk' of https://github.com/sofiar-…
rperezzamora Jan 17, 2025
4ff66b2
adding MachineToMachine to contentType enum
rperezzamora Jan 17, 2025
479021f
updating js sdk for 10DLC
rperezzamora Jan 17, 2025
0ac2642
updating pnpm-lock and communication-ten-dlc.api.md
rperezzamora Jan 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,22 @@
"filename": "sdk/communication/communication-email/review/**/*.md",
"words": ["rpmsg", "xlsb"]
},

{
"filename": "sdk/containerregistry/container-registry/review/**/*.md",
"words": ["Illumos", "illumos", "mipsle", "riscv"]
},
{
"filename": "sdk/communication/communication-ten-dlc/review/**/*.md",
"words": [
"GIIN",
"Ucaas",
"Icex",
"Sehk",
"Szse",
"Twse"
]
},
{
"filename": "sdk/core/core-amqp/review/**/*.md",
"words": ["EHOSTDOWN", "ENONET", "sastoken"]
Expand Down
115 changes: 92 additions & 23 deletions common/config/rush/pnpm-lock.yaml

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

5 changes: 5 additions & 0 deletions rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,11 @@
"projectFolder": "sdk/communication/communication-alpha-ids",
"versionPolicyName": "client"
},
{
"packageName": "@azure-tools/communication-ten-dlc",
"projectFolder": "sdk/communication/communication-ten-dlc",
"versionPolicyName": "client"
},
{
"packageName": "@azure-tools/communication-toll-free-verification",
"projectFolder": "sdk/communication/communication-toll-free-verification",
Expand Down
2 changes: 2 additions & 0 deletions sdk/communication/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ extends:
safeName: azurerestcommunicationjobrouter
- name: azure-rest-communication-messages
safeName: azurerestcommunicationmessages
- name: azure-tools-communication-ten-dlc
safeName: azuretoolscommunicationtendlc
- name: azure-tools-communication-toll-free-verification
safeName: azuretoolscommunicationtollfreeverification
- name: azure-communication-call-automation
Expand Down
1 change: 1 addition & 0 deletions sdk/communication/communication-ten-dlc/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/**/code-model-v*
18 changes: 18 additions & 0 deletions sdk/communication/communication-ten-dlc/.nycrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"include": [
"dist-esm/src/**/*.js"
],
"exclude": [
"**/*.d.ts"
],
"reporter": [
"text-summary",
"html",
"cobertura"
],
"exclude-after-remap": false,
"sourceMap": true,
"produce-source-map": true,
"instrument": true,
"all": true
}
6 changes: 6 additions & 0 deletions sdk/communication/communication-ten-dlc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Release History

## 1.0.0-beta.1 (2024-03-04)

### Features Added
- Setting up Ten Dlc SDK
Loading
Loading