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 b52c05e commit cd60363Copy full SHA for cd60363
src/Accounts/Accounts/CommonModule/RegisterAzureModule.cs
@@ -20,10 +20,8 @@
20
using System.Net.Http;
21
using System.Collections.Generic;
22
using Microsoft.Azure.Commands.Common.Authentication.Abstractions;
23
-#if NETSTANDARD
24
using Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core;
25
using Microsoft.Azure.Commands.Profile.Models.Core;
26
-#endif
27
using Microsoft.Azure.Commands.Profile.Models;
28
using System.Globalization;
29
using Microsoft.Azure.Commands.Common.Authentication;
@@ -292,4 +290,4 @@ protected override void ProcessRecord()
292
290
}
293
291
294
295
-}
+}
0 commit comments