We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1a82f1 commit e4eefa3Copy full SHA for e4eefa3
src/Authentication/Authentication/ErrorConstants.cs
@@ -19,7 +19,6 @@ internal static class Message
19
{
20
internal const string InvalidJWT = "Invalid JWT access token.";
21
internal const string MissingAuthContext = "Authentication needed, call Connect-Graph.";
22
- internal const string InstanceExists = "An instance of {0} already exists. Call {1} to overwrite it.";
23
internal const string NullOrEmptyParameter = "Parameter '{0}' cannot be null or empty.";
24
internal const string MacKeyChainFailed = "{0} failed with result code {1}.";
25
}
0 commit comments