Fix typo in warning message about traffic setting - #10234
Fix typo in warning message about traffic setting#10234Matt Hall (kwinkunks) wants to merge 1 commit into
Conversation
|
Hi Matt Hall (@kwinkunks), |
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
|
Thank you for your contribution Matt Hall (@kwinkunks)! We will review the pull request and get back to you soon. |
There was a problem hiding this comment.
Pull request overview
This PR updates the Machine Learning az ml online-deployment create command’s user-facing warning message to correct a typo in the “all traffic” guidance during provisioning.
Changes:
- Fixes a grammar typo in a traffic-setting warning message shown during online deployment creation.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| module_logger.warning( | ||
| "All traffic will be set to deployment %s once it has been provisioned.\n" | ||
| "If you interrupt this command or it times out while waiting for the provisioning, " | ||
| "you can try to set all the traffic to this deployment later once its has been provisioned.", | ||
| "you can try to set all the traffic to this deployment later once it has been provisioned.", |
|
ml |
Live test skipped⏭️ Skipping the live test for this revision because no new test file was added ( The live-test pipeline runs only the test files a PR changes, so there is nothing to execute for this commit. This is informational — a regression test is encouraged where it makes sense, but not required. If a test file is added in a later commit, the live test will run automatically. |
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
az ml online-deployment createThe rest of this form is probably not relevant to this PR, which just fixes a typo in a message.
General Guidelines
azdev style <YOUR_EXT>locally? (pip install azdevrequired)python scripts/ci/test_index.py -qlocally? (pip install azdevrequired)For new extensions:
About Extension Publish
There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update
src/index.jsonautomatically.You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify
src/index.json.