Skip to content

azure-dev-cli_0.3.0-beta.3

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 21 Oct 22:37
· 1094 commits to main since this release
06a4b33

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 to stdout as part of an operation. Instead, progress messages are streamed in a structured way to stderr.

Other Changes

  • [#691] Rearrange Terraform templates by extracting common resources and using these common modules.
  • [#892] Simplify template bicep modules.