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.
2 parents ea2b86f + 1c06ac0 commit 8c979efCopy full SHA for 8c979ef
src/ResourceManager/Profile/Commands.Profile/Common/AzureRmProfileConstants.cs
@@ -19,7 +19,11 @@ namespace Microsoft.Azure.Commands.Common.Authentication.ResourceManager
19
{
20
public static class AzureRmProfileConstants
21
22
+#if NETSTANDARD
23
+ public const string ProfileAutoSaveVariable = "AzContextAutoSave";
24
+#else
25
public const string ProfileAutoSaveVariable = "AzureRmContextAutoSave";
26
+#endif
27
public const string AutoSaveDisabled = "Disabled";
28
}
29
0 commit comments