We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a251e3 commit dfe6cefCopy full SHA for dfe6cef
src/Common/Commands.Common.Authentication/LegacySupport.cs
@@ -22,13 +22,11 @@ namespace Microsoft.Azure.Common.Authentication
22
public static class AzureSession
23
{
24
/// <summary>
25
- /// The ClientFactory used to produce manageemnt clients in this session
+ /// The ClientFactory used to produce management clients in this session
26
/// </summary>
27
public static IClientFactory ClientFactory
28
29
get { return Commands.Common.Authentication.AzureSession.ClientFactory; }
30
}
31
32
-
33
34
0 commit comments