azure-dev-cli_0.4.0-beta.1
azure-sdk
released this
02 Nov 17:54
·
1398 commits
to main
since this release
0.4.0-beta.1 (2022-11-02)
Features Added
- [#773] Add support for Java with Maven.
- [#1026], [#1021] New official templates: ToDo with Java on App Service, ToDo with Java on Azure Container Apps, ToDo with C# on Azure Functions
- [#967] New
azd config
command for managing default subscription and location selections. - [#1035] Add terraform support for Azure Pipelines created using
azd pipeline config
.
Bugs Fixed
- [#1060] Fix color rendering on Windows.
- [#1011] Improve error printout for deployment failures.
- [#991] Fix
devcontainers.json
to use non-deprecated syntax. - [#996] ToDo templates:
- Fix cases where provisioning of app settings would succeed, but app settings configuration would not take place.
- Move resource naming to
main.bicep
and removeresources.bicep
from templates.