Releases: Azure/azure-dev
Releases · Azure/azure-dev
azure-dev-cli_1.16.0
1.16.0 (2025-05-14)
Features Added
- [5173]
azd show
support for Azure App Service. - [5158] Configure Azure AI Foundry hub to use identity-based storage access for compose.
- [5143], [5183], [5185] Update
azd pipeline config
to auto-detect required variables and secrets from infra provider parameters. - [5190] Add interactive controls for managing existing GitHub Actions variables and secrets during
azd pipeline config
. - [5155] Adds support for nested extension namespaces
Bugs Fixed
- [5176] Prevent same resource being added under 'uses' multiple times with
azd add
. - [5176] Fix
azd add
preview for MySQL and Postgres and other UX improvements. - [5192] Fix Bicep generation for compose projects with implicit Key Vault dependency.
Other Changes
- [5194] Reorganize
azd
help text with updated command sections (Getting started, Azure resources, Settings, Beta, Alpha, Extensions). - [5189] Clarify in environment prompt that the name must be unique.
- [5187] Improve confirmation UX when declining to initialize template in non-empty directory.
- [5159] Update Aspire detection message to not specifically mention ACA.
- [5138] Update Bicep CLI to v0.35.1.
azure-dev-cli_1.15.1
1.15.1 (2025-05-07)
Bugs Fixed
- [5151] Fix bicep provisioning failure with array parameters in
main.parameters.json
. Thanks @Mstiekema for the contribution!
azure-dev-cli_1.15.0
1.15.0 (2025-05-01)
Features Added
- [5073] Support generate CI definition for alpha feature composability mode.
- [5077]
azd add
support for Azure App Service (Node and Python).
Bugs Fixed
- [5061] Fix location no longer prompted error for targetScope resource group.
- [5117] Fix template list filter empty result due to
awesome-azd
source breaking change. - [5102] Fix AKS cluster deployment with Microsoft Entra ID authentication and Azure RBAC enabled. Thanks @pauldotyu for the contribution!
Other Changes
- [4885] Pack build to support multi-module projects. Thanks @haoozhang for the contribution!
- [5081] Bump up dependency to fix component governance alert.
azure-dev-vscode_0.9.0
azure-dev-cli_1.14.0
1.14.0 (2025-04-02)
Features Added
- [4939] Automatically load environment values from root .env on
azd init
. - [4939] Introduce
AZD_ALLOW_NON_EMPTY_FOLDER
variable that bypasses warning about initializing template in non-empty directory. - [4977], [4995] New
azd init --up
flag that runsazd up
after initializing from a template. Thanks @LianwMS for the contribution! - [4943]
azd add
support for existing resources (AI models, AI Search, Key Vault, Event Hubs, Service Bus, Storage). - [4931]
azd add
support for Azure AI Search. - [4914]
azd show
support for all resources supported byazd add
. - [4874] Provide shortcuts for
azd env set-secrets
to directly use Key Vault created withazd add
. - [4957], [4959], [4979], [4999], [5008] Support .NET Aspire 9.1.
- [4953] Support array of model usage names for quota validation.
- [5010] Support model usage name metadata for main
location
Bicep parameter.
Bugs Fixed
- [4966] Fix
AZURE_OPENAI_ENDPOINT
not showing inazd add
preview. - [4561] Fix
azd up -e <env>
so it uses the specified environment. - [4960] Fix simplified init failing to provision with detected databases and
alpha.compose
off. - [4929], [5010] Improve location and quota validation for Azure AI Services resources.
Other Changes
azure-dev-cli_1.13.2
azure-dev-cli_1.13.1
azure-dev-cli_1.13.0
1.13.0 (2025-03-06)
Features Added
- [4841]
azd add
support for Azure AI Services models and Azure AI Foundry resources. Also add intelligent filtering support for location Bicep parameter based on AI model quota and usage info. - [4780]
azd add
support for Azure Cosmos DB. Thanks @saragluna for the contribution! - [4783]
azd add
support for Azure Database for MySQL. Thanks @saragluna for the contribution! - [4842]
azd add
support for Azure Key Vault. - [4743]
azd add
support for Azure Service Bus and Azure Event Hubs. - [4765]
azd add
support for Azure Storage (blob service). - [4859] Add
docker
language type to support containerized applications written in languages like Go without native support in azd. - [4770] Add support for environment secrets in pipeline configuration.
- [4547] Add warning to
azd env set
when setting a key that already exists in a different casing. - [4872] Improve error message when running
pwsh
hooks without PowerShell 7 installed.
Bugs Fixed
- [4806] Fix error retrieving effective POM for multi-module Maven projects. Thanks @rujche for the contribution!
- [4773] Fix error packaging app code with directory symlinks.
- [4807] Fix YAML parsing to better handle nested structures.
- [4847] Improve color consistency to align with design guidelines.
- [4801], [4782] Fix Aspire bind mounts on Windows paths outside of C: drive and add support for single file binding.
- [4789] Fix container entrypoints not being respected for Aspire.
- [4849] Restrict password generation character set to be compatible with Aspire.
- [4850] Support
azd init --from-code --no-prompt
in CI to initialize and deploy Aspire apps without prompting.
Other Changes
- [3976] Convert azd templates to use AVM instead of infra/core.
- [4797] Add GitHub Copilot for Azure telemetry user agent type.
- [4784] Correct links in
CONTRIBUTING.md
. Thanks @Lunatico9 for the contribution!
azure-dev-cli_1.12.0
1.12.0 (2025-02-05)
Features Added
- [4729] Improve Maven project detection using effective POM. Thanks @rujche for the contribution!
- [4517] New
azd env set-secret
command and hooks support for using Azure Key Vault secrets in an azd environment. Learn more. - [2856] Show identity info after successful
azd auth login
and newazd auth login --check-status
standalone command. Thanks @john0isaac for the contribution!
Bugs Fixed
- [4595] Execute
pwsh
hook scripts with-NoProfile
switch and support additionalpwsh
args in hook definitions. Thanks @Yionse for the contribution! - [4692] Fix
azd add
database failing in projects without a host. - [4684] Support Bicep
@sealed()
decorator on user defined types.- Fix
azd provision
failing to deploy Bicep containingsealed()
decorators on user defined types.
- Fix
- [4722] Support nullable Bicep params.
- Fix
azd provision
prompting for nullable Bicep params.
- Fix
- [4744] Support Key Vault references in parameter files.
- Fix
azd provision
prompting for params with Key Vault references defined.
- Fix
- [4752] Support overriding default location in Bicep using
@allowed
and@metadata
decorators.- Fix location picker ignoring
@allowed
list if@metadata
is also present.
- Fix location picker ignoring
Other Changes
azure-dev-cli_1.11.1
1.11.1 (2025-01-07)
Features Added
- [4244] Support azd hooks out of azure.yaml.
- [4573] Support dotnet publish to produce container image.
- [4599] Add documentation for azd infra synth.
Bugs Fixed
- [4556] Fix error about passing by value in for range.
- [4585] Show full Entra error description on auth failure.
- [4666] Security fix (GHSA-w32m-9786-jp63). golang.org/x/net.
- [4625] Security fix (GHSA-v778-237x-gjrc). golang.org/x/crypto.