Releases: Azure/azure-dev
Releases · Azure/azure-dev
azure-dev-cli_1.4.2
1.4.2 (2023-10-12)
Features Added
- [2845] Feature Clickable Template Links in Terminal (azd template list). Thanks @john0isaac for the contribution
- [2829] Feature Display the Subscription Name and ID (azd provision). Thanks @john0isaac for the contribution
Bugs Fixed
- [2858] Fixes issue with running VS Code Tasks that rely on environment configuration path.
azure-dev-cli_1.4.1
azure-dev-cli_1.4.0
1.4.0 (2023-10-05)
Features Added
- [2725] Adds support for provision state to the bicep provider.
- [2765] Support for remote environments.
- [1642] A new
azd hooks runcommand for running and testing your hooks.
Bugs Fixed
- [2793] Support user defined types for the bicep provider.
- [2543]
azd packagenow allows users to specify--output-pathparameter to control the output location of file-based packages. - [2302]
azd config --helpdoesn't show help forAZD_CONFIG_DIR. - [2050]
azd initnow supports--subscription. - [2695]
azdnow honors@allowedlocations in Bicep to filter the list of possible deploy locations. - [2599] ARM64 support is now generally available.
- [2683] Bicep installer prefers MUSL variant over glibc.
- [2794] When running
azd init, the Starter - Bicep template is unavailable.
Other Changes
- [#2796] Update
terraformprovider from alpha to beta.
azure-dev-cli_1.3.1
azure-dev-cli_1.3.0
1.3.0 (2023-09-06)
Features Added
- [2573] Adds support for custom template sources.
- [2637] Awesome azd templates are now shown by default in
azd inittemplate listing. - [2628] Support for
.bicepparam. - [2700] New simplified
azd initto initialize your existing application for Azure (alpha feature) - [2678] Support for Cloud Native Buildpacks (alpha feature)
Breaking Changes
Bugs Fixed
- [2624] Fix provisioning deployment display not showing progress when certain errors occur.
- [2676] Fix
buildArgssupport for docker build. - [2698] Fix
azd auth logindefault browser prompt in Codespaces environments. - [2664] Fix
azd auth loginlogin loop after upgrading to 1.2.0. - [2630] Fix coloring for ignored operations in
azd provision --preview
Other Changes
- [2660] Starter templates now include
corelibraries by default.
azure-dev-cli_1.2.0
1.2.0 (2023-08-09)
Features Added
- [2550] Add
--previewtoazd provisionto get the changes. - [2521] Support
--principal-idparam for azd pipeline config to reuse existing service principal. - [2455] Adds optional support for text templates in AKS k8s manifests.
Bugs Fixed
- [2569] Fix
azd downso it works after a failedazd provision. - [2367] Don't fail AKS deployment for failed environment substitution.
- [2576] Fix
azd auth loginunable to launch browser on WSL.
Other changes
azure-dev-vscode_0.7.0
0.7.0 (2023-07-12)
Features Added
- [#2396] Diagnostics have been added for
azure.yamlfiles for when a path referenced as a project does not exist. - [#2447] An experience has been added to easily rename project paths referenced in
azure.yaml. - [#2448] Services can be added to
azure.yamlby dragging a folder and then holdingShiftand dropping it intoazure.yaml.
Bugs Fixed
- [#2504] Fixed an issue where the "Azure Developer CLI (azd): Initialize App (init)" command would fail on Windows when executed immediately after installing AZD.
azure-dev-cli_1.1.0
1.1.0 (2023-07-12)
Features Added
- [2364] Display docker output during
packageanddeploy. - [2463] Support
--docsflag for all azd commands to show official documentation website.
Bugs Fixed
- [2402] Support for workload profiles in Azure Container Apps
- [2428, 2040] Include current git branch in GitHub federated credentials
Other Changes
- [1118] Add
azdas a devcontainer feature. Thanks aaronpowell for their contributions to this feature and for updating our templates to use this new feature!
azure-dev-cli_1.0.2
1.0.2 (2023-06-14)
Features Added
- [2266] Support for buildArgs on Docker builds.
- [2322] Support Azure Spring Apps consumption dedicated plan.
Bugs Fixed
- [2348] Support purging Managed HSMs.
- [2362] Prevent more errors from interrupting console progress.
- [2366] Fixes issue where hooks inline script slashes are replaced.
- [2375] Store numeric values with leading zeros in .env correctly.
- [2401] Fix the application url fetched from ASA consumption plan.
- [2426] Fix saving of subscription and location defaults.
Other Changes
- [2337] Update device-code auth flow.
azure-dev-cli_1.0.1
1.0.1 (2023-05-25)
- [2300] Fix
azd auth loginfailing with error "reauthentication required: runazd auth loginto log in" due to stale cache data.