Skip to content

Fix typo in warning message about traffic setting - #10234

Open
Matt Hall (kwinkunks) wants to merge 1 commit into
Azure:mainfrom
kwinkunks:patch-1
Open

Fix typo in warning message about traffic setting#10234
Matt Hall (kwinkunks) wants to merge 1 commit into
Azure:mainfrom
kwinkunks:patch-1

Conversation

@kwinkunks

Copy link
Copy Markdown

This checklist is used to make sure that common guidelines for a pull request are followed.

Related command

az ml online-deployment create

The rest of this form is probably not relevant to this PR, which just fixes a typo in a message.

General Guidelines

  • NA Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • NA Have you run python scripts/ci/test_index.py -q locally? (pip install azdev required)
  • NA My extension version conforms to the Extension version schema

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.json automatically.
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.

Copilot AI lite review requested due to automatic review settings August 19, 2026 14:33
@azure-client-tools-bot-prd

Copy link
Copy Markdown

Hi Matt Hall (@kwinkunks),
Please write the description of changes which can be perceived by customers into HISTORY.rst.
If you want to release a new extension version, please update the version in pyproject.toml (or setup.py, if the extension has not migrated yet) as well.

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

@microsoft-github-policy-service microsoft-github-policy-service Bot added the customer-reported Issues that are reported by GitHub users external to the Azure organization. label Aug 19, 2026
@microsoft-github-policy-service

Copy link
Copy Markdown
Contributor

Thank you for your contribution Matt Hall (@kwinkunks)! We will review the pull request and get back to you soon.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment on lines 120 to +123
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.",
@yonzhan

Copy link
Copy Markdown
Collaborator

ml

@a0x1ab Aditya Pujara (a0x1ab) added the Azure Client Tools Agent Requested Request Azure Client Tools Agent testing and review label Aug 20, 2026
@azure-client-tools-agent

Copy link
Copy Markdown

Live test skipped

⏭️ Skipping the live test for this revision because no new test file was added (tests/**/test_*.py).

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.

@azure-client-tools-agent azure-client-tools-agent Bot added the azure-client-tools-agent Pull request reviewed by Azure Client Tools Agent label Aug 20, 2026

@azure-client-tools-agent azure-client-tools-agent Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All checks and live tests passed. Nice work! ✅

@azure-client-tools-agent azure-client-tools-agent Bot removed the Azure Client Tools Agent Requested Request Azure Client Tools Agent testing and review label Aug 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

act-experience-enablement-squad Auto-Assign Auto assign by bot azure-client-tools-agent Pull request reviewed by Azure Client Tools Agent customer-reported Issues that are reported by GitHub users external to the Azure organization. extension/ml Machine Learning

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants