Skip to content

Commit 8eb1a10

Browse files
CopilotJeffreyCA
andauthored
Prepare azd core 1.28.0 release (#9157)
* Initial plan * Prepare azd 1.28.0 core release Co-authored-by: JeffreyCA <9157833+JeffreyCA@users.noreply.github.com> * Fix azd 1.27.1 changelog coverage Co-authored-by: JeffreyCA <9157833+JeffreyCA@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: JeffreyCA <9157833+JeffreyCA@users.noreply.github.com>
1 parent cc1f941 commit 8eb1a10

4 files changed

Lines changed: 12 additions & 6 deletions

File tree

.vscode/cspell-github-user-aliases.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ pauldotyu
4646
pbnj
4747
rajeshkamal
4848
richardpark-msft
49+
rguptar
4950
rujche
5051
Saipriya
5152
saragluna

cli/azd/CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,31 @@
11
# Release History
22

3-
## 1.28.0-beta.1 (Unreleased)
3+
## 1.29.0-beta.1 (Unreleased)
44

5-
### Features Added
6-
7-
- [[#9019]](https://github.com/Azure/azure-dev/pull/9019) Add a provider-agnostic `provision` validation check type dispatched before provisioning for every provider. Extensions with the `validation-provider` capability can now contribute client-side checks that run regardless of the provisioning provider (Bicep, Terraform, or an extension-provided provider), not just during Bicep local preflight.
5+
## 1.28.0 (2026-07-15)
86

97
### Breaking Changes
108

119
- [[#9045]](https://github.com/Azure/azure-dev/pull/9045) The `--host` skill flag on `azd tool install`, `azd tool upgrade`, and `azd tool uninstall` has been renamed to `--agent`. Installed skills in `azd tool list --output json` and `azd tool check --output json` now expand into one row per agent and include the `agent` field. Update scripts and JSON consumers accordingly.
1210

1311
### Bugs Fixed
1412

13+
- [[#9017]](https://github.com/Azure/azure-dev/pull/9017) Fix `azd env refresh` for projects using extension-provided service hosts or provisioning providers, and report successfully when no deployment exists yet.
14+
- [[#8887]](https://github.com/Azure/azure-dev/pull/8887) Fix generated `azd extension install` completions to offer extension IDs and `.zip` file paths.
15+
- [[#9083]](https://github.com/Azure/azure-dev/pull/9083) Fix the `azd update` follow-up command to use `azd version`. Thanks @rguptar for the contribution!
16+
1517
### Other Changes
1618

1719
- [[#9141]](https://github.com/Azure/azure-dev/pull/9141) Send ARM request correlation IDs as a canonical hyphenated GUID (derived losslessly from the OpenTelemetry trace ID) instead of an undecorated 32-character string — covering both the `x-ms-correlation-request-id` header on azd's direct ARM calls and the `ARM_CORRELATION_REQUEST_ID` value passed to the Terraform AzureRM provider. This aligns azd with the ARM spec and other Azure tooling (Terraform AzureRM, Azure SDK for Go) and resolves the historical AKS Deployment Safeguards `GetDeploymentSafeguardsFailed` correlation ID mismatch (#5851).
20+
- [[#9033]](https://github.com/Azure/azure-dev/pull/9033) Add an extension SDK helper that validates provider declarations in `extension.yaml` against the providers registered by extension code.
1821

1922
## 1.27.1 (2026-07-09)
2023

2124
### Features Added
2225

2326
- [[#8927]](https://github.com/Azure/azure-dev/pull/8927) Add `--no-dependencies` flag to `azd extension install` that installs only the named extension without resolving or installing its declared dependencies.
27+
- [[#9019]](https://github.com/Azure/azure-dev/pull/9019) Add a provider-agnostic `provision` validation check type dispatched before provisioning for every provider. Extensions with the `validation-provider` capability can now contribute client-side checks that run regardless of the provisioning provider (Bicep, Terraform, or an extension-provided provider), not just during Bicep local preflight.
28+
- [[#8936]](https://github.com/Azure/azure-dev/pull/8936) Add expanded service-level `env` values from `azure.yaml` to the extension service configuration.
2429

2530
### Bugs Fixed
2631

cli/azd/pkg/azdext/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ package azdext
66
// Version is the semantic version of the azdext SDK package.
77
// This value mirrors the CLI version in cli/version.txt and is
88
// automatically updated by eng/scripts/Update-CliVersion.ps1.
9-
const Version = "1.27.1"
9+
const Version = "1.28.0"

cli/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.27.1
1+
1.28.0

0 commit comments

Comments
 (0)