Fix stray brackets in redistribute-partition-throughput help examples - #10209
Fix stray brackets in redistribute-partition-throughput help examples#10209Hashim Khan (Hashim1999164) wants to merge 1 commit into
Conversation
|
Hi Hashim Khan (@Hashim1999164), |
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
|
Thank you for your contribution Hashim Khan (@Hashim1999164)! We will review the pull request and get back to you soon. |
There was a problem hiding this comment.
Pull request overview
Removes stray trailing bracket/quote characters from Cosmos DB redistribute-partition-throughput help examples in the cosmosdb-preview extension so the sample commands are valid when copied from CLI help.
Changes:
- Fix SQL container redistribute example by removing the trailing
]'and using a valid--source-partition-infovalue. - Fix MongoDB collection redistribute example by removing the trailing
'characters and using a valid--source-partition-infovalue.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
cosmosdb |
Summary
Fixes #8080
Removes the stray
]'/'characters from the Cosmos DB redistribute-partition-throughput help examples for SQL containers and MongoDB collections so the sample commands are valid.Test plan
]''