Skip to content

Commit

Permalink
Fix broken link in warning
Browse files Browse the repository at this point in the history
Signed-off-by: David Tesar <[email protected]>
  • Loading branch information
dtzar committed Nov 15, 2023
1 parent c484a5c commit 6225f17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/book/src/topics/identities.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Supported Identity methods

Identities are used on the management cluster and the VMs/clusters/workloads which get provisioned by the management cluster.
Also see relevant [identities use cases](identities-use-cases.md), [Azure Active Directory integration](aad-integration.md), and [Multi-tenancy](multitenancy.md) pages.

## Deprecated Identity Types

Expand All @@ -12,7 +13,7 @@ The capability to set credentials using environment variables has been removed,

<aside class="note warning">
<h1> Warning </h1>
All of the [methods which utilize AAD Pod Identity](multitenancy.md#deprecated-identity-types) will no longer function starting in the 1.13 release of CAPZ.
All of the [methods which utilize AAD Pod Identity](https://capz.sigs.k8s.io/topics/multitenancy#deprecated-identity-types) will no longer function starting in the 1.13 release of CAPZ.
</aside>

## Workload Identity (Recommended)
Expand Down

0 comments on commit 6225f17

Please sign in to comment.