Conversation
- "submit fine tuning job" → "Submit fine-tuning job." - "Setup monitoring configuration..." → "Set up monitoring configuration..." - "Github repository..." → "GitHub repository..." - "Create an new release..." → "Create a new release..." Co-authored-by: JeffreyCA <9157833+JeffreyCA@users.noreply.github.com>
Co-authored-by: JeffreyCA <9157833+JeffreyCA@users.noreply.github.com>
Co-authored-by: JeffreyCA <9157833+JeffreyCA@users.noreply.github.com>
|
/azp run azure-dev - cli |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@copilot Rerun and update the test snapshots - extension related command snapshots shouldn't be updated as part of this PR. |
…his PR Co-authored-by: JeffreyCA <9157833+JeffreyCA@users.noreply.github.com>
|
/azp run azure-dev - cli |
|
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Pull request overview
This PR syncs azd command descriptions with edits from microsoft/vscode#292894, fixing grammar, capitalization, hyphenation, and punctuation issues in command descriptions across multiple extensions.
Changes:
- Fixed grammar: "Create an new release" → "Create a new release"
- Corrected brand capitalization: "Github" → "GitHub"
- Updated command description: "submit fine tuning job" → "Submit fine-tuning job." (capitalization, hyphenation, punctuation)
- Corrected verb form: "Setup monitoring" → "Set up monitoring"
Reviewed changes
Copilot reviewed 10 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| cli/azd/extensions/azure.ai.finetune/internal/cmd/operations.go | Updated submit command description with proper capitalization, hyphenation, and punctuation |
| cli/azd/extensions/azure.ai.finetune/design/architecture.md | Updated documentation example to match new submit command description |
| cli/azd/extensions/microsoft.azd.demo/internal/cmd/config.go | Corrected "Setup" to "Set up" for proper verb form |
| cli/azd/extensions/microsoft.azd.extensions/internal/cmd/release.go | Fixed "Github" to "GitHub" in flag description |
| cli/azd/extensions/microsoft.azd.extensions/internal/cmd/publish.go | Fixed "Github" to "GitHub" in flag description |
| cli/azd/extensions/microsoft.azd.extensions/extension.yaml | Fixed grammar ("an new" → "a new") and brand capitalization ("Github" → "GitHub") |
| cli/azd/extensions/registry.json | Applied same fixes as extension.yaml across multiple extension entries |
| cli/azd/test/functional/testdata/recordings/*.yaml | Updated test recordings to reflect new command descriptions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash: pwsh: WindowsPowerShell install MSI install Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
|
/check-enforcer override |
Syncs azd command descriptions with edits from microsoft/vscode#292894.
Description changes
submit fine tuning job→Submit fine-tuning job.(capitalization, hyphenation, punctuation)Setup monitoring configuration...→Set up monitoring configuration...(verb form)Github repository...→GitHub repository...(brand capitalization)Create an new release...→Create a new release...(grammar)Files updated
azure.ai.finetune,microsoft.azd.demo,microsoft.azd.extensionsextension.yaml,registry.jsonNote:
TestFigSpec.tssnapshot not updated - extension command snapshots will be regenerated when extensions are rebuilt and released.💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.