Releases: Azure/azure-dev
Releases · Azure/azure-dev
azure-dev-cli_0.3.0-beta.2
azure-dev-cli_0.3.0-beta.1
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
azure-dev-vscode_0.3.0
azure-dev-cli_0.2.0-beta.1
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
azure-dev-cli_0.1.0-beta.4
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 toREG_SZ
(reported by @alexandair)
azure-dev-vscode_0.2.0
azure-dev-cli_0.1.0-beta.3
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
tomodule
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)
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