Skip to content

Releases: Azure/azure-dev

azure-dev-cli_1.16.0

15 May 00:54
9a123ec
Compare
Choose a tag to compare

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

07 May 19:08
c707c58
Compare
Choose a tag to compare

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

01 May 16:41
8859586
Compare
Choose a tag to compare

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

16 Apr 16:02
53f72f3
Compare
Choose a tag to compare

0.9.0 (2025-04-10)

Features Added

Other Changes

  • updating npm packages

azure-dev-cli_1.14.0

03 Apr 05:02
c928795
Compare
Choose a tag to compare

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 runs azd 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 by azd add.
  • [4874] Provide shortcuts for azd env set-secrets to directly use Key Vault created with azd 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 in azd 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

  • [4794] Upgrade to Go 1.24.
  • [4960] Use Standard SKU for Azure Service Bus.
  • [4960] Remove passing host settings through main.parameters.json.
  • [4972] Remove unused core Bicep modules.

azure-dev-cli_1.13.2

25 Mar 23:15
451ec3f
Compare
Choose a tag to compare

1.13.2 (2025-03-25)

Bugs Fixed

azure-dev-cli_1.13.1

12 Mar 05:07
6f9ab45
Compare
Choose a tag to compare

1.13.1 (2025-03-11)

Features Added

  • [4886] Improve database dependency detection for Maven projects. Thanks @rujche for the contribution!

Bugs Fixed

  • [4917] Allow Linux App Service deployments to resume on 500 deployment status response.
  • [4924] Fix cast error when parsing usage name Bicep param metadata.

azure-dev-cli_1.13.0

07 Mar 08:20
09aeb2c
Compare
Choose a tag to compare

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

05 Feb 13:25
dc37b93
Compare
Choose a tag to compare

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 new azd auth login --check-status standalone command. Thanks @john0isaac for the contribution!

Bugs Fixed

  • [4595] Execute pwsh hook scripts with -NoProfile switch and support additional pwsh 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 containing sealed() decorators on user defined types.
  • [4722] Support nullable Bicep params.
    • Fix azd provision prompting for nullable Bicep params.
  • [4744] Support Key Vault references in parameter files.
    • Fix azd provision prompting for params with Key Vault references defined.
  • [4752] Support overriding default location in Bicep using @allowed and @metadata decorators.
    • Fix location picker ignoring @allowed list if @metadata is also present.

Other Changes

  • [4741] Update Bicep CLI to v0.33.93.
  • [4719] Update Redis AVM to use native secrets export.
  • [4690] Use .NET SDK without Aspire workload in auto-generated pipeline definitions.
  • [4703] Use install scripts in "Install azd" Azure DevOps extension.
  • [4750] Support bicep.v1 resource for .NET Aspire.

azure-dev-cli_1.11.1

08 Jan 01:46
e4f8388
Compare
Choose a tag to compare

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