From 13d50f7b02f77b868bebb9a3582953d3bc7c9f2d Mon Sep 17 00:00:00 2001 From: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com> Date: Mon, 24 Jun 2024 15:43:49 -0400 Subject: [PATCH] Update link in release notes highlights (#7712) # Description Update wrong link release notes highlights ## Type of change - This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Radius (issue link optional). Fixes: #issue_number Signed-off-by: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com> --- docs/release-notes/v0.35.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/v0.35.0.md b/docs/release-notes/v0.35.0.md index 2a6b5c08f3..9254ebb78b 100644 --- a/docs/release-notes/v0.35.0.md +++ b/docs/release-notes/v0.35.0.md @@ -11,7 +11,7 @@ If you're new to Radius, check out our website, [radapp.io](https://radapp.io), ## Highlights ### Radius Azure Cloud provider supports Azure Workload Identity -You can now configure your Azure cloud provider to use Azure workload identity to deploy and manage Azure resources. With this support, infrastructure operators are not burdened with the rotation of the credentials anymore. More information on [how to configure the Workload identity](http://docs.radapp.io/operations/providers/azure-provider/howto-azure-provider-wi/) +You can now configure your Azure cloud provider to use Azure workload identity to deploy and manage Azure resources. With this support, infrastructure operators are not burdened with the rotation of the credentials anymore. More information on [how to configure the Workload identity](https://docs.radapp.io/guides/operations/providers/azure-provider/howto-azure-provider-wi/) ### Nested modules in Terraform Recipes With this release, Radius now supports authentication into private repositories for pulling Terraform Recipes that contain nested modules. See the [private Terraform modules guide](https://docs.radapp.io/guides/recipes/terraform/howto-private-registry/) for more details.