azure-dev-cli_0.1.0-beta.3
azure-sdk
released this
28 Jul 22:21
·
1589 commits
to main
since this release
0.1.0-beta.3 (2022-07-28)
Features Added
- [#100] Add support for an optional
docker
section in service configuration to control advanced docker options. - [#152] While provisioning in interactive mode (default), Azure resources are now logged to console as they are created.
Breaking Changes
- [#117] When specifying a custom module within a service the configuration key has been changed from
moduleName
tomodule
and accepts a relative path to the infra module.
Bugs Fixed
- [#77] Use the correct command to log into the GitHub CLI in error messages. Thanks to community member @TheEskhaton for the fix!
- [#115] Fix deploy error when using a resource name with capital letters.
Other Changes
- [#188] Update the minimum Bicep version to
v0.8.9
.