Skip to content

Commit b235d96

Browse files
authored
Remove old link from MICredential XML docs (Azure#48752)
1 parent d022022 commit b235d96

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdk/identity/Azure.Identity/src/Credentials/ManagedIdentityCredential.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ namespace Azure.Identity
1616
/// Attempts authentication using a managed identity that has been assigned to the deployment environment. This authentication type works for all Azure-hosted
1717
/// environments that support managed identity. For end-to-end guidance, see <see href="https://learn.microsoft.com/dotnet/azure/sdk/authentication/user-assigned-managed-identity">user-assigned managed identity</see>
1818
/// or <see href="https://learn.microsoft.com/dotnet/azure/sdk/authentication/system-assigned-managed-identity">system-assigned managed identity</see>.
19-
/// <see href="https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview"/>.
2019
/// </summary>
2120
public class ManagedIdentityCredential : TokenCredential
2221
{

0 commit comments

Comments
 (0)