File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,15 +38,15 @@ public class AzurePowerShell
38
38
39
39
public const string TokenCacheFile = "TokenCache.dat" ;
40
40
41
+ public static ProductInfoHeaderValue UserAgentValue = new ProductInfoHeaderValue (
42
+ "AzurePowershell" ,
43
+ string . Format ( "Az{0}" , AzurePowerShell . AssemblyVersion ) ) ;
44
+
41
45
public static string ProfileDirectory = Path . Combine (
42
46
#if NETSTANDARD
43
47
Environment . GetFolderPath ( Environment . SpecialFolder . UserProfile ) ,
44
48
".Azure" ) ;
45
49
46
- public static ProductInfoHeaderValue UserAgentValue = new ProductInfoHeaderValue (
47
- "AzurePowershell" ,
48
- string . Format ( "Az{0}" , AzurePowerShell . AssemblyVersion ) ) ;
49
-
50
50
public static string OldProfileDirectory = Path . Combine (
51
51
#endif
52
52
Environment . GetFolderPath ( Environment . SpecialFolder . ApplicationData ) ,
You can’t perform that action at this time.
0 commit comments