diff --git a/docs/release-notes/v0.35.0.md b/docs/release-notes/v0.35.0.md index f58fe93c6b..3c1975563c 100644 --- a/docs/release-notes/v0.35.0.md +++ b/docs/release-notes/v0.35.0.md @@ -21,7 +21,7 @@ The `EnableWebsockets` property has been added to the Gateway Route Resource so ## Breaking changes -Azure workload identity introduces some breaking changes to `rad credential register azure` CLI command. With the additional identity support, `rad credential register azure ` is now `rad credential register azure sp` to register the Service Principal identity and `rad credential register azure wi` to register the Azure Workload Identity. +Azure workload identity introduces some breaking changes to `rad credential register azure` CLI command. With the additional identity support, `rad credential register azure ` is now [`rad credential register azure sp`](https://docs.radapp.io/reference/cli/rad_credential_register_azure_sp/) to register the Service Principal identity and [`rad credential register azure wi`](https://docs.radapp.io/reference/cli/rad_credential_register_azure_wi/) to register the Azure Workload Identity. ## New contributors