Skip to content

Releases: Azure/azure-dev

azure-dev-vscode_0.3.0

Choose a tag to compare

@azure-sdk azure-sdk released this 13 Sep 22:52
817a81a

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

Choose a tag to compare

@azure-sdk azure-sdk released this 14 Sep 17:14
817a81a

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

Choose a tag to compare

@azure-sdk azure-sdk released this 25 Aug 22:34
7bd25dd

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

Choose a tag to compare

@azure-sdk azure-sdk released this 11 Aug 00:25
a75b04f

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

Pre-release

Choose a tag to compare

@karolz-ms karolz-ms released this 01 Aug 16:01
ad1c0ab

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

Choose a tag to compare

@azure-sdk azure-sdk released this 28 Jul 22:21
77ab01c

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)

Choose a tag to compare

@azure-sdk azure-sdk released this 13 Jul 21:19
13ec2b1
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

Pre-release

Choose a tag to compare

@azure-sdk azure-sdk released this 11 Jul 20:34
62c419b

[0.1.0] 2022-07-11

  • Initial release

azure-dev-cli_0.1.0-beta.1

Pre-release

Choose a tag to compare

@azure-sdk azure-sdk released this 11 Jul 20:55
4fc3800

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

  • Initial release