From 5515c3409c53baac5459bdf0493880e82ea26403 Mon Sep 17 00:00:00 2001 From: Martin Arndt <5111490+Eagle3386@users.noreply.github.com> Date: Mon, 30 Sep 2024 17:49:09 +0200 Subject: [PATCH] Azure/azure-sdk-for-net#46311 --- sdk/identity/Azure.Identity/src/AzureAuthorityHosts.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/identity/Azure.Identity/src/AzureAuthorityHosts.cs b/sdk/identity/Azure.Identity/src/AzureAuthorityHosts.cs index d831421ddd784..6567cbf63c07f 100644 --- a/sdk/identity/Azure.Identity/src/AzureAuthorityHosts.cs +++ b/sdk/identity/Azure.Identity/src/AzureAuthorityHosts.cs @@ -27,6 +27,7 @@ public static class AzureAuthorityHosts /// /// The host of the Microsoft Entra authority for tenants in the Azure German Cloud. /// + [Obsolete("Microsoft Cloud Germany was closed on October 29th, 2021.")] public static Uri AzureGermany { get; } = new Uri(AzureGermanyHostUrl); ///