azure-dev-cli_0.3.0-beta.3
azure-sdk
released this
21 Oct 22:37
·
1387 commits
to main
since this release
0.3.0-beta.3 (2022-10-21)
Features Added
- [#878]
azd down
supports purge of app configuration stores.
Bugs Fixed
- [#925] Fix issues where running
azd infra create
with--output==json
would emit invalid JSON. As part of this change, we now no longer emit multiple objects tostdout
as part of an operation. Instead, progress messages are streamed in a structured way tostderr
.