Skip to content

Releases: Azure/azure-dev

azure-dev-cli_0.1.0-beta.5

25 Aug 22:34
7bd25dd
Compare
Choose a tag to compare

0.1.0-beta.5 (2022-08-25)

Bugs Fixed

  • [#461] Fix for using a command output other than JSON.
  • [#480] Fix deploy error when using an environment name with capital letters.

azure-dev-cli_0.1.0-beta.4

11 Aug 00:25
a75b04f
Compare
Choose a tag to compare

0.1.0-beta.4 (2022-08-10)

Features Added

  • [#140] Add consistent resource abbreviations.

Bugs Fixed

  • [#245] Fix Windows installer script modifying PATH environment variable to REG_SZ (reported by @alexandair)

azure-dev-vscode_0.2.0

01 Aug 16:01
ad1c0ab
Compare
Choose a tag to compare
Pre-release

Changed

  • [#189] Bump bicep minimum version to v0.8.9

Added

  • [#151] Detect and warn the user if azd CLI is not installed.

Fixed

  • [#159] Enable user feedback via surveys.
  • [#170] Enable gradual rollout of new features.

azure-dev-cli_0.1.0-beta.3

28 Jul 22:21
77ab01c
Compare
Choose a tag to compare

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 to module 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.

azure-dev-cli_0.1.0-beta.2: Addresses Static Web App deployment issues (#85)

13 Jul 21:19
13ec2b1
Compare
Choose a tag to compare
Address a few different Static Web App deployment issues

- Deprecates usage of swa login. Will now manually query for deployment token and pass via --deployment-token param of swa deploy
- Defaults to default environment name regardless of azd environment name till Enhance static web apps endpoint listing with support for multiple environments. azure-dev-pr#1152 is resolved
- Adds deployment validation check to ensure environment is in "Ready" state
- Now works correctly in Linux based hosts

azure-dev-vscode_0.1.0

11 Jul 20:34
62c419b
Compare
Choose a tag to compare
Pre-release

[0.1.0] 2022-07-11

  • Initial release

azure-dev-cli_0.1.0-beta.1

11 Jul 20:55
4fc3800
Compare
Choose a tag to compare
Pre-release

[0.1.0-beta.1] 2022-07-11

  • Initial release