-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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, Custom Tags, and Idempotence #16836
Conversation
This pull request is protected by Check Enforcer. What is Check Enforcer?Check Enforcer helps ensure all pull requests are covered by at least one check-run (typically an Azure Pipeline). When all check-runs associated with this pull request pass then Check Enforcer itself will pass. Why am I getting this message?You are getting this message because Check Enforcer did not detect any check-runs being associated with this pull request within five minutes. This may indicate that your pull request is not covered by any pipelines and so Check Enforcer is correctly blocking the pull request being merged. What should I do now?If the check-enforcer check-run is not passing and all other check-runs associated with this PR are passing (excluding license-cla) then you could try telling Check Enforcer to evaluate your pull request again. You can do this by adding a comment to this pull request as follows: What if I am onboarding a new service?Often, new services do not have validation pipelines associated with them, in order to bootstrap pipelines for a new service, you can issue the following command as a pull request comment: |
4ff0287
to
52eb222
Compare
/azp run python - communication - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run python - communication - ci |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run python - communication - ci |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run python - communication - ci |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run python - communication - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
sdk/communication/azure-communication-sms/azure/communication/sms/_generated/_configuration.py
Show resolved
Hide resolved
...mmunication/azure-communication-sms/azure/communication/sms/_generated/aio/_configuration.py
Show resolved
Hide resolved
...azure-communication-sms/azure/communication/sms/_generated/aio/operations/_sms_operations.py
Show resolved
Hide resolved
SmsRecipient( | ||
to=p, | ||
repeatability_request_id=str(uuid4()), | ||
repeatability_first_sent=datetime.now() |
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.
Anything needed to make it cultural neutral or is that not a problem?
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.
Yes, this should be datetime.utcnow()
, so it uses a standard time zone. We're also using UTC in other languages.
print("Message with message id {} was successful sent to {}" | ||
.format(sms_response.message_id , sms_response.to)) | ||
else: | ||
print("Message failed to send to {}" |
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 be good to print the actual code and errorMessage
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.
Good idea, I'll update this.
/azp run python - communication - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
message on the Azure Resource EventGrid. | ||
:keyword str tag: Use this field to provide metadata that will then be sent back in the corresponding | ||
Delivery Report. | ||
:return: A list of SmsSendResults. |
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.
nit: SmsSendResult
…into http_request_json * 'master' of https://github.com/Azure/azure-sdk-for-python: (147 commits) [text analytics] add perf tests (Azure#17060) Add cloud event to core (Azure#16800) [Perf] Small fixes to storage-blob (Azure#17055) [EG] Regenerate Code (Azure#17053) Scrub batch shared keys (Azure#17030) [Tables] Add SAS to tables (Azure#16717) T2 containerservice 2021 03 03 (Azure#17050) Addressing issues with CredScan (Azure#16944) Communication chat preview4 (Azure#16905) (Azure#17037) remove first query section (Azure#17033) [formrecognizer] temp disable sample tests until service bug fixed (Azure#17036) [device update] allow device update pylint failures (Azure#17034) fix build (Azure#17029) update artifact names for ALL packages to align with the actual package name Create azure-iot-nspkg (Azure#17026) [Communication]: SMS 1:N Messages, Custom Tags, and Idempotence (Azure#16836) Fixing credentials to use AAD (Azure#16885) T2 deviceupdate 2021 03 02 (Azure#17016) T2 cosmosdb 2021 02 23 (Azure#16875) T2 datadog 2021 03 02 (Azure#17004) ...
API View: https://apiview.dev/Assemblies/Review/f5d7cd8246734532ac59a09de84660a9