-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Importing SendSmsOptions returning error #17328
Comments
Thanks for reaching out @lav13enrose! We'll investigate ASAP. |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @acsdevx-msft. Issue Details
Describe the bug To Reproduce
Expected behavior Screenshots Additional context
|
Thanks @lav13enrose! I don't believe This is the full method signature for sending a message - it's likely the options you need have been moved to keyword-only arguments - if not, please let us know! def send(
self,
from: str,
to_: Union[str, List[str]],
message: str,
*,
enable_delivery_report: bool,
tag: str
) -> List[SmsSendResult] |
Hi @lav13enrose, As Anna mentioned, I'm closing this issue, but feel free to reopen if anything comes up. |
Update readmes for SDK Auto-gen (Azure#17328) * Update readme.python.md * Update readme.python.md * Update readme.python.md * Update readme.md * Update readme.java.md * Update readme.go.md * Update readme.md * Remove multiapi * Update readme.md * Update readme.python.md Co-authored-by: Yuchao Yan <[email protected]>
* CodeGen from PR 17328 in Azure/azure-rest-api-specs Update readmes for SDK Auto-gen (#17328) * Update readme.python.md * Update readme.python.md * Update readme.python.md * Update readme.md * Update readme.java.md * Update readme.go.md * Update readme.md * Remove multiapi * Update readme.md * Update readme.python.md Co-authored-by: Yuchao Yan <[email protected]> * version,CHANGELOG * Update CHANGELOG.md Co-authored-by: SDKAuto <[email protected]> Co-authored-by: Yuchao Yan <[email protected]> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: Jiefeng Chen <[email protected]>
…2615) * CodeGen from PR 17328 in Azure/azure-rest-api-specs Update readmes for SDK Auto-gen (Azure#17328) * Update readme.python.md * Update readme.python.md * Update readme.python.md * Update readme.md * Update readme.java.md * Update readme.go.md * Update readme.md * Remove multiapi * Update readme.md * Update readme.python.md Co-authored-by: Yuchao Yan <[email protected]> * version,CHANGELOG * Update CHANGELOG.md Co-authored-by: SDKAuto <[email protected]> Co-authored-by: Yuchao Yan <[email protected]> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: Jiefeng Chen <[email protected]>
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When using azure-communication-sms==1.0.0b4 everything running fine
Screenshots

If applicable, add screenshots to help explain your problem.
Additional context
Explain please
The text was updated successfully, but these errors were encountered: