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

[Communication] SMS 1:N Messages - Update Samples #14125

Merged
merged 8 commits into from
Mar 8, 2021

Conversation

beltr0n
Copy link
Member

@beltr0n beltr0n commented Mar 5, 2021

Adding samples and updating README for the new SMS Changes

@beltr0n beltr0n requested a review from DominikMe March 5, 2021 05:34
@ghost ghost added the Communication label Mar 5, 2021
@beltr0n beltr0n changed the title [Communication] Update SMS samples for 1:N Messages [Communication] SMS 1:N Messages - Update Samples Mar 5, 2021
@beltr0n beltr0n marked this pull request as ready for review March 5, 2021 19:51
@beltr0n beltr0n closed this Mar 5, 2021
@beltr0n
Copy link
Member Author

beltr0n commented Mar 5, 2021

Closing temporarily, making some changes to be more consistent with other sdks

@beltr0n beltr0n reopened this Mar 6, 2021
@beltr0n
Copy link
Member Author

beltr0n commented Mar 6, 2021

/check-enforcer reset

@beltr0n
Copy link
Member Author

beltr0n commented Mar 6, 2021

/azp run js - communication - ci

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

message: "Hello World via SMS!" // The message being sent
},
{
enableDeliveryReport: true,
tag: "customTag"
tag: "TypeScriptSMSSample"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In C#, the message and tag are related so that users can get an idea of how to use the tag. (e.g. Message is "Weekly Promotion", and tag is "marketing". Wondering if we should do something here as well.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will do, @lsundaralingam can you do that for python too then?

@minnieliu minnieliu merged commit 0f9117c into Azure:master Mar 8, 2021
@@ -62,33 +63,70 @@ npm install @azure/identity
```

The [`@azure/identity`][azure_identity] package provides a variety of credential types that your application can use to do this. The README for @azure/identity provides more details and samples to get you started.
AZURE_CLIENT_SECRET, AZURE_CLIENT_ID and AZURE_TENANT_ID environment variables are needed to create a DefaultAzureCredential object.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's not really the case. Environment variables are only one way of how to use the DefaultAzureCredential

@beltr0n beltr0n deleted the bertong-sms-samples branch March 17, 2021 18:37
openapi-sdkautomation bot pushed a commit to AzureSDKAutomation/azure-sdk-for-js that referenced this pull request May 28, 2021
[Hub Generated] Public private branch 'master' (Azure#14125)

* Swager specs for Sentinel Source Control RP API

* Remove unnecessary space.

* Fix avocado

* Fix SemanticValidation-Error

* Fix LintDiff

* add new api and change api version

* correct some merge error

* merge to master

* Avoid breaking change

* Add RepoList definition.

* Fix prettier issue.

* Fix prettier issue.

* Fix model validation issue.

* Fix model validation issue.

* Fix SDK Track2 validation.

* Reference common ResourceWithEtag.

* Fix LintDiff issue.

* Fix LintDiff issue.

* repository properties.

* fix regression.

* Fix reference.

* Fix lintDiff issue.

* using POST command instead of GET to retrieve repository metadata

* Fix ModelValidation error.

* Incorporate comments.

* remove duplicate systemData in SourceControl.

* add POST verb.

* Revert an unnecessary change.

* Fix error caused by merging.

* Revert an unreviewed change.

* Update API response.

* Fix typo.

* Update swagger definition.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants