Skip to content

Releases: Azure/azure-dev

azure-dev-cli_1.5.0

15 Nov 08:13
012ae73
Compare
Choose a tag to compare

1.5.0 (2023-11-15)

Features Added

  • [2767] Adds support for Azure Deployments Environments.

azure-dev-cli_1.4.5

14 Nov 02:37
6cb723e
Compare
Choose a tag to compare

1.4.5 (2023-11-13)

Bugs Fixed

  • [2962] Fix for incorrect id on storage blob built-in role id.
  • [2963] Handle project is undetected.

azure-dev-cli_1.4.4

11 Nov 01:09
45a48a3
Compare
Choose a tag to compare

1.4.4 (2023-11-10)

Features Added

  • [2893] Added command azd show.
  • [2925] Promote simplified azd init and Cloud Native buildpacks features to beta

azure-dev-cli_1.4.3

25 Oct 19:22
d165bd2
Compare
Choose a tag to compare

1.4.3 (2023-10-24)

Features Added

  • [2787] Added azd config show and deprecated azd config list.

Other Changes

  • [2887] Update the subscription and location information during azd provision.

azure-dev-cli_1.4.2

12 Oct 20:58
694107e
Compare
Choose a tag to compare

1.4.2 (2023-10-12)

Features Added

  • [2845] Feature Clickable Template Links in Terminal (azd template list). Thanks @john0isaac for the contribution
  • [2829] Feature Display the Subscription Name and ID (azd provision). Thanks @john0isaac for the contribution

Bugs Fixed

  • [2858] Fixes issue with running VS Code Tasks that rely on environment configuration path.

azure-dev-cli_1.4.1

06 Oct 23:40
1cbed85
Compare
Choose a tag to compare

1.4.1 (2023-10-06)

Bugs Fixed

  • [2837] azd down does not clear provision state.

azure-dev-cli_1.4.0

05 Oct 15:23
25dc100
Compare
Choose a tag to compare

1.4.0 (2023-10-05)

Features Added

  • [2725] Adds support for provision state to the bicep provider.
  • [2765] Support for remote environments.
  • [1642] A new azd hooks run command for running and testing your hooks.

Bugs Fixed

  • [2793] Support user defined types for the bicep provider.
  • [2543] azd package now allows users to specify --output-path parameter to control the output location of file-based packages.
  • [2302] azd config --help doesn't show help for AZD_CONFIG_DIR.
  • [2050] azd init now supports --subscription.
  • [2695] azd now honors @allowed locations in Bicep to filter the list of possible deploy locations.
  • [2599] ARM64 support is now generally available.
  • [2683] Bicep installer prefers MUSL variant over glibc.
  • [2794] When running azd init, the Starter - Bicep template is unavailable.

Other Changes

  • [#2796] Update terraform provider from alpha to beta.

azure-dev-cli_1.3.1

21 Sep 16:52
b5030da
Compare
Choose a tag to compare

1.3.1 (2023-09-20)

Minor Changes

  • [2737] Update bicep to 0.21.1
  • [2696] Support filtering for azd location in bicep
  • [2721] azd package support for user specified output paths
  • [2756] Minor enhancements to simplified init

Bugs Fixed

  • [2719] Fix mistypes in soft delete warning message
  • [2722] Prefer glibc based Bicep when both musl and glibc are installed
  • [2726] Mention AZD_CONFIG_DIR in azd config --help help text

azure-dev-cli_1.3.0

07 Sep 00:18
6605c57
Compare
Choose a tag to compare

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

09 Aug 15:56
99ea757
Compare
Choose a tag to compare

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.