-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Conversation
Closing temporarily, making some changes to be more consistent with other sdks |
/check-enforcer reset |
/azp run js - communication - ci |
Azure Pipelines successfully started running 1 pipeline(s). |
message: "Hello World via SMS!" // The message being sent | ||
}, | ||
{ | ||
enableDeliveryReport: true, | ||
tag: "customTag" | ||
tag: "TypeScriptSMSSample" |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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?
@@ -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. |
There was a problem hiding this comment.
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
[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.
Adding samples and updating README for the new SMS Changes