docs(communication): document retry options removal (#3416) - #3533
docs(communication): document retry options removal (#3416)#3533Teddy100x (teddiesloco) wants to merge 1 commit into
Conversation
|
Azure Pipelines: Successfully started running 1 pipeline(s). There may be pipelines that require an authorized user to comment /azp run to run. |
|
Thank you for your contribution Teddy100x (@teddiesloco)! We will review the pull request and get back to you soon. |
There was a problem hiding this comment.
🟡 Changes recommended
The new note should match the document’s established [!NOTE] callout format, and the PR’s “Closes #3416” claim appears incomplete relative to the issue scope.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Updates the Azure MCP CLI command reference to clarify that the Azure Communication Services email send and sms send commands do not accept --retry-* options, aligning the documentation with the earlier removal of RetryPolicyOptions.
Changes:
- Added a callout in the Communication section noting
communication email sendandcommunication sms senddo not support--retry-*options.
File summaries
| File | Description |
|---|---|
| servers/Azure.Mcp.Server/docs/azmcp-commands.md | Adds a Communication section note about unsupported --retry-* options for email/sms send commands. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 2
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
|
||
| ### Azure Communication Services Operations | ||
|
|
||
| > The `communication email send` and `communication sms send` commands do not support `--retry-*` options. |
|
|
||
| ### Azure Communication Services Operations | ||
|
|
||
| > The `communication email send` and `communication sms send` commands do not support `--retry-*` options. |
Summary
Closes #3416
Fixes documentation gap in
servers/Azure.Mcp.Server/docs/azmcp-commands.mdby noting thatcommunication email sendandcommunication sms senddo not support--retry-*options following the removal of RetryPolicyOptions in PR #3406.