Skip to content

Releases: Azure/azure-dev

azure-dev-cli_1.3.0

Choose a tag to compare

@azure-sdk azure-sdk released this 07 Sep 00:18
6605c57

1.3.0 (2023-09-06)

Features Added

  • [2573] Adds support for custom template sources.
  • [2637] Awesome azd templates are now shown by default in azd init template listing.
  • [2628] Support for .bicepparam.
  • [2700] New simplified azd init to initialize your existing application for Azure (alpha feature)
  • [2678] Support for Cloud Native Buildpacks (alpha feature)

Breaking Changes

Bugs Fixed

  • [2624] Fix provisioning deployment display not showing progress when certain errors occur.
  • [2676] Fix buildArgs support for docker build.
  • [2698] Fix azd auth login default browser prompt in Codespaces environments.
  • [2664] Fix azd auth login login loop after upgrading to 1.2.0.
  • [2630] Fix coloring for ignored operations in azd provision --preview

Other Changes

  • [2660] Starter templates now include core libraries by default.

azure-dev-cli_1.2.0

Choose a tag to compare

@azure-sdk azure-sdk released this 09 Aug 15:56
99ea757

1.2.0 (2023-08-09)

Features Added

  • [2550] Add --preview to azd provision to get the changes.
  • [2521] Support --principal-id param for azd pipeline config to reuse existing service principal.
  • [2455] Adds optional support for text templates in AKS k8s manifests.

Bugs Fixed

  • [2569] Fix azd down so it works after a failed azd provision.
  • [2367] Don't fail AKS deployment for failed environment substitution.
  • [2576] Fix azd auth login unable to launch browser on WSL.

Other changes

  • [2572] Decrease expiration time of service principal secret from default (24 months) to 180 days.
  • [2500] Promoted Azure Spring Apps from alpha to beta.

azure-dev-vscode_0.7.0

Choose a tag to compare

@azure-sdk azure-sdk released this 12 Jul 19:48
5667e09

0.7.0 (2023-07-12)

Features Added

  • [#2396] Diagnostics have been added for azure.yaml files for when a path referenced as a project does not exist.
  • [#2447] An experience has been added to easily rename project paths referenced in azure.yaml.
  • [#2448] Services can be added to azure.yaml by dragging a folder and then holding Shift and dropping it into azure.yaml.

Bugs Fixed

  • [#2504] Fixed an issue where the "Azure Developer CLI (azd): Initialize App (init)" command would fail on Windows when executed immediately after installing AZD.

azure-dev-cli_1.1.0

Choose a tag to compare

@azure-sdk azure-sdk released this 12 Jul 19:15
5667e09

1.1.0 (2023-07-12)

Features Added

  • [2364] Display docker output during package and deploy.
  • [2463] Support --docs flag for all azd commands to show official documentation website.

Bugs Fixed

  • [2402] Support for workload profiles in Azure Container Apps
  • [2428, 2040] Include current git branch in GitHub federated credentials

Other Changes

  • [1118] Add azd as a devcontainer feature. Thanks aaronpowell for their contributions to this feature and for updating our templates to use this new feature!

azure-dev-cli_1.0.2

Choose a tag to compare

@azure-sdk azure-sdk released this 14 Jun 20:56
d605760

1.0.2 (2023-06-14)

Features Added

  • [2266] Support for buildArgs on Docker builds.
  • [2322] Support Azure Spring Apps consumption dedicated plan.

Bugs Fixed

  • [2348] Support purging Managed HSMs.
  • [2362] Prevent more errors from interrupting console progress.
  • [2366] Fixes issue where hooks inline script slashes are replaced.
  • [2375] Store numeric values with leading zeros in .env correctly.
  • [2401] Fix the application url fetched from ASA consumption plan.
  • [2426] Fix saving of subscription and location defaults.

Other Changes

  • [2337] Update device-code auth flow.

azure-dev-cli_1.0.1

Choose a tag to compare

@azure-sdk azure-sdk released this 25 May 21:40
8407ba5

1.0.1 (2023-05-25)

  • [2300] Fix azd auth login failing with error "reauthentication required: run azd auth login to log in" due to stale cache data.

azure-dev-cli_1.0.0

Choose a tag to compare

@azure-sdk azure-sdk released this 22 May 23:35
ed2244c

1.0.0 (2023-05-22)

Bugs Fixed

  • [2279] Fetch k8s GPG key from alternate location.
  • [2278] Remove infrastructure outputs from .env on azd down.
  • [2274] Change AKS service spec 'targetPort' from int to string.

azure-dev-cli_0.9.0-beta.3

Choose a tag to compare

@azure-sdk azure-sdk released this 19 May 14:03
e564b12

0.9.0-beta.3 (2023-05-19)

Features Added

  • [2245] Add support to login to Azure Container Registry with current identity.
  • [2228] Add error classification and reporting for external errors to azd.
  • [2219] Support environment name as explicit argument for azd env refresh.
  • [2164] Add timing information on up,package,build, provision,deploy, down and restore commands.

Template Feature

  • [2157] Add Dapr and container configuration properties to Azure Container Apps modules.

Bugs Fixed

  • [2257] Add purge option of cognitive accounts for azd down.
  • [2243] Return error when login fails.
  • [2251] Create an alpha version of azure.yaml schema with terraform.
  • [2028] Add check on required role assignments for azd pipeline config.

Other Changes

  • [2218] Update azd pipeline config default roles to include User Access Administrator.
  • [2185] Improve error messages on auth command.

azure-dev-vscode_0.6.0

Choose a tag to compare

@azure-sdk azure-sdk released this 18 May 17:42
e797ff8

0.6.0 (2023-05-17)

Features Added

  • [#2122] The appropriate schema for azure.yaml has been associated for use by the optional YAML extension. The YAML extension can offer syntax and schema validation, completions, hover tooltips, and more.

Other Changes

  • [#2190] Command names have been altered to appear more consistent with VS Code conventions. Commands have been grouped into submenus.

azure-dev-cli_0.9.0-beta.2

Choose a tag to compare

@azure-sdk azure-sdk released this 12 May 04:28
f204b07

0.9.0-beta.2 (2023-05-11)

Bugs Fixed

  • [2177] Use information in .installed-by.txt to advise the user on how to upgrade azd
  • [2183] Statically link CRT in MSI custom action