Skip to content

Releases: Azure/azure-dev

azure-dev-cli_0.3.0-beta.2

05 Oct 22:19
91a2c01
Compare
Choose a tag to compare

Bugs Fixed

  • [#795] Fix cases where clicking the Azure deployment progress link provided in azd provision might result in a 404 NotFound error page due to timing.
  • [#755] Fix cases where azd pipeline config might fail in pushing the repository due to cached credentials.

azure-dev-cli_0.3.0-beta.1

30 Sep 22:07
c534416
Compare
Choose a tag to compare

Features Added

  • [#743] Azure DevOps support for pipeline config command.

Bugs Fixed

  • [#730] Fix hierarchical configuration keys for dotnet to show up correctly when stored as dotnet user-secrets. Thanks community member @sebastianmattar!
  • [#761] Fix error in azd deploy when multiple resource groups are defined in bicep

azure-dev-cli_0.2.0-beta.2

22 Sep 00:46
bdd2dfe
Compare
Choose a tag to compare

0.2.0-beta.2 (2022-09-21)

Bugs Fixed

  • [#724] Fix version check for supporting Docker CE / Moby schemes.

Other Changes

  • [#548] Refactor template bicep into modules.

azure-dev-vscode_0.3.0

13 Sep 22:52
817a81a
Compare
Choose a tag to compare

Added

  • [#493] Show README file after successful init/up.

Fixed

  • [#498] Use azd template list to populate template list in VS Code (now always consistent with the CLI).
  • [#556] Improve error message when no environments are found.

azure-dev-cli_0.2.0-beta.1

14 Sep 17:14
817a81a
Compare
Choose a tag to compare

0.2.0-beta.1 (2022-09-14)

Features Added

  • [#172] Implement Infrastructure Provision Provider Model.
  • [#573] Add support for Terraform for infrastructure as code (IaC).
  • [#532] Add Terraform support for Python template.
  • [#646] Add Terraform support for Node.js template.
  • [#550] Add C# + Azure SQL template.

Breaking Changes

  • [#588] Update default view from azd monitor to overview dashboard.

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