From 0cee89b468bda46badcd43a2c7d43ea52a79c345 Mon Sep 17 00:00:00 2001 From: hemarina <104857065+hemarina@users.noreply.github.com> Date: Tue, 10 Jan 2023 20:01:54 -0800 Subject: [PATCH] add changelog for release: `0.5.0-beta.1` (#1350) * add changelog * changes due to suggestions * format * more changes for changelog * remove extra header * pr number 1029->1129 * make sure verbs are consistent * small changes Co-authored-by: Victor Vazquez --- cli/azd/CHANGELOG.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/cli/azd/CHANGELOG.md b/cli/azd/CHANGELOG.md index bbc9662bb13..737dbf178b8 100644 --- a/cli/azd/CHANGELOG.md +++ b/cli/azd/CHANGELOG.md @@ -1,13 +1,35 @@ # Release History -## Upcoming (Unreleased) +## 0.5.0-beta.1 (2023-01-11) + +### Features Added + +- [[#1311]](https://github.com/Azure/azure-dev/pull/1311) Add support to install script with MSI on Windows. +- [[#1312]](https://github.com/Azure/azure-dev/pull/1312) Allow users to configure service endpoints using `SERVICE__ENDPOINTS`. +- [[#1323]](https://github.com/Azure/azure-dev/pull/1323) Add API Management Service support for all templates. +- [[#1326]](https://github.com/Azure/azure-dev/pull/1326) Add purge support for API Management Service. +- [[#1076]](https://github.com/Azure/azure-dev/pull/1076) Refactor the Bicep tool in azd to use the standalone API vs az command wrapper. +- [[#1087]](https://github.com/Azure/azure-dev/pull/1087) Add NodeJs and Terraform devcontainer. +- [[#965]](https://github.com/Azure/azure-dev/pull/965) Add UX style for `azd init`. +- [[#1100]](https://github.com/Azure/azure-dev/pull/1100) Add Shell completion. +- [[#1086]](https://github.com/Azure/azure-dev/pull/1086) Add FederatedIdentityCredentials (FICS). +- [[#1177]](https://github.com/Azure/azure-dev/pull/1177) Add command `azd auth token`. +- [[#1210]](https://github.com/Azure/azure-dev/pull/1210) Have azd acquire Bicep. +- [[#1133]](https://github.com/Azure/azure-dev/pull/1133) Add UX style for `azd provision`. +- [[#1248]](https://github.com/Azure/azure-dev/pull/1248) Support `redirect port` for `azd login`. +- [[#1269]](https://github.com/Azure/azure-dev/pull/1269) Add UX style for `azd deploy`. ### Breaking Changes +- [[#1129]](https://github.com/Azure/azure-dev/pull/1129) Remove all dependencies on az cli. - [[#1105]](https://github.com/Azure/azure-dev/pull/1105) `azd env new` now accepts the name of the environment as the first argument, i.e. `azd env new `. Previously, this behavior was accomplished via the global environment flag `-e`, i.e. `azd env new -e `. - [[#1022]](https://github.com/Azure/azure-dev/pull/1022) `azd` no longer uses the `az` CLI to authenticate with Azure by default. You will need to run `azd login` after upgrading. You may run `azd config set auth.useAzCliAuth true` to restore the old behavior of using `az` for authentication. ### Bugs Fixed + +- [[#1107]](https://github.com/Azure/azure-dev/pull/1107) Fix Bicep path not found. +- [[#1096]](https://github.com/Azure/azure-dev/pull/1096) Fix Java version check for major-only release. +- [[#1105]](https://github.com/Azure/azure-dev/pull/1105) Fix `env new` to use positional argument. - [[#1168]](https://github.com/Azure/azure-dev/pull/1168) Fix purge option for command `azd down --force --purge` to purge key vaults and app configurations resources. If you have existing pipelines that use `azd`, you will need to update your pipelines to use the new `azd` login methods when authenticating against Azure.