azure-dev-cli_0.6.0-beta.1
0.6.0-beta.1 (2023-02-08)
Features Added
-
[#1236] Support for command and service hooks
-
[#1414] Support for installation via Homebrew. Windows Package Manager, and Chocolatey are also now supported.
-
[#1407] Improve UX styling for
azd pipeline config
. -
[#1478] Support for multiple Azure tenants.
-
[#1345] Core bicep module
appservice.bicep
now supportsftpsState
as a parameter to configure FTPS upload behavior. -
[#1497] Core bicep module
appservice.bicep
now supportshealthCheckPath
as a parameter to configure the health-check endpoint. -
[#1403] Core bicep module
apim-api.bicep
now links Web App or Function App instances. This allows users on the Azure Portal to navigate to the API management resource directly from the Web App or Function App.
Bugs Fixed
- [#1406] On Windows, fix MSI installation not updating
azd
in some cases (reported by @lechnerc77, fixed by @heaths) - [#1418] Display
provision
progress for PostgreSQL server resources. - [#1483] For Python projects, skip packaging of virtual environment (
.venv
folders) - [#1495]
init
now restores file executable permissions and initializes agit
repository automatically. - [#1470] Improve performance of
azd --help
on Windows for domain-joined users. - [#1503] Fix display for Function App types in
provision
progress
Thanks to community members: @pamelafox, @lechnerc77 for their contributions in this release.