Disable automatic azd tool middleware#9261
Conversation
Stop registering the first-run tool middleware while keeping the implementation, periodic update checks, and explicit tool commands intact. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 53e26734-bcd5-46c3-8ea0-8b65bd666d7c
|
Azure Pipelines: Successfully started running 1 pipeline(s). 21 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
There was a problem hiding this comment.
Pull request overview
Disables the unsolicited tool first-run prompt while retaining tool update notifications and explicit tool commands.
Changes:
- Removes first-run middleware registration.
- Updates workflow-command comments for update notifications.
Show a summary per file
| File | Description |
|---|---|
cli/azd/cmd/root.go |
Removes automatic first-run middleware registration. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 2
- Review effort level: Medium
Stop registering periodic tool update checks alongside the first-run flow, add registration coverage, and mark first-run telemetry dormant while preserving its implementation and contracts for a future redesign. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 53e26734-bcd5-46c3-8ea0-8b65bd666d7c
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 evaluate |
|
/check-enforcer evaluate (re-ran all failed/cancelled/skipped checks from https://github.com/Azure/azure-dev/actions?query=branch%3Arickwinter-disable-azd-tool-first-run-prompt) |
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 365f8df1-b63b-43d2-bbc4-4f104fc718af
* Prepare azd core 1.28.1 release Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 365f8df1-b63b-43d2-bbc4-4f104fc718af * hide the rename - as internal * Add changelog entry for disabling automatic azd tool middleware (#9261) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 365f8df1-b63b-43d2-bbc4-4f104fc718af --------- Copilot-Session: 365f8df1-b63b-43d2-bbc4-4f104fc718af
Summary
AZD_SKIP_FIRST_RUNas dormant while the middleware is not registeredazd toolcommands unchangedFixes #9258
Validation
mage preflightazd tool list --output jsonsucceedsazd tool check --output jsonsucceeds