<PackageReference Include="Azure.Core" Version="1.53.0" />

Azure.Identity.Validations

static class Validations
namespace Azure.Identity { internal static class Validations { public static string ValidateTenantId(string tenantId, string argumentName = null, bool allowNull = false); public static Uri ValidateAuthorityHost(Uri authorityHost); public static bool IsValidateSubscriptionNameOrId(string subscription); } }