Prepare azd core 1.28.1 release#9262
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 365f8df1-b63b-43d2-bbc4-4f104fc718af
🔗 Linked Issue RequiredThanks for the contribution! Please link a GitHub issue to this PR by adding |
|
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. |
richardpark-msft
left a comment
There was a problem hiding this comment.
Approved, but I'm curious about that first changelog entry.
There was a problem hiding this comment.
Pull request overview
Prepares the azd core 1.28.1 release metadata and notes.
Changes:
- Adds the 1.28.1 changelog.
- Synchronizes CLI and azdext SDK versions.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
cli/version.txt |
Sets CLI version to 1.28.1. |
cli/azd/pkg/azdext/version.go |
Sets SDK version to 1.28.1. |
cli/azd/CHANGELOG.md |
Adds 1.28.1 release notes. |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
Comments suppressed due to low confidence (1)
cli/azd/CHANGELOG.md:9
- [azd-code-reviewer] This release note incorrectly says the non-interactive path auto-approves destruction. The implementation runs a read-only destroy preview and returns
SkippedDeletionunless--forceis supplied (terraform_provider.go:281-300); this wording could make users think the command deleted resources when it did not.
- [[#9143]](https://github.com/Azure/azure-dev/pull/9143) Fix `azd down --no-prompt` hanging in CI/CD for Terraform-based projects by auto-approving the destroy when running non-interactively, and fix `azd down --force` failing with a backend initialization error on a fresh agent.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 365f8df1-b63b-43d2-bbc4-4f104fc718af
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
Comments suppressed due to low confidence (2)
cli/azd/CHANGELOG.md:7
- [azd-code-reviewer] The promised #8844 migration note is missing. That PR merged after 1.28.0 and changes config semantics: users who set
provision.preflight offto disable local checks must now also setvalidation.provision off. Add it under Breaking Changes so release consumers are warned.
### Bugs Fixed
cli/azd/CHANGELOG.md:9
- [azd-code-reviewer] This says non-interactive runs auto-approve destruction, but #9143 does the opposite unless
--forceis supplied: it runs a read-only destroy preview and deletes nothing. Describe the preview-only behavior so users are not misled about whether this command deletes resources.
- [[#9143]](https://github.com/Azure/azure-dev/pull/9143) Fix `azd down --no-prompt` hanging in CI/CD for Terraform-based projects by auto-approving the destroy when running non-interactively, and fix `azd down --force` failing with a backend initialization error on a fresh agent.
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash: pwsh: WindowsPowerShell install MSI install Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
Prepares the changelog and version files for the azd core 1.28.1 release.
Changes
## 1.28.1 (2026-07-22)section tocli/azd/CHANGELOG.md.cli/version.txtandcli/azd/pkg/azdext/version.goto1.28.1.Changelog entries included
Breaking Changes
provision.preflightintoprovision.preflight(server-side ARM preflight) and newvalidation.provision(local validation).Bugs Fixed
azd down --no-prompthang for Terraform in CI.Other Changes
infra.providertelemetry on provision/up/down.execution.environmenttelemetry.Extension-only, VS Code, CI/eng, test-only, and docs-only changes since 1.28.0 were excluded from the core changelog.
Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com