azure-dev-cli_1.4.0
azure-sdk
released this
05 Oct 15:23
·
638 commits
to main
since this release
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 forAZD_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.