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
3838
3939 public const string TokenCacheFile = "TokenCache.dat" ;
4040
41+ public static ProductInfoHeaderValue UserAgentValue = new ProductInfoHeaderValue (
42+ "AzurePowershell" ,
43+ string . Format ( "Az{0}" , AzurePowerShell . AssemblyVersion ) ) ;
44+
4145 public static string ProfileDirectory = Path . Combine (
4246#if NETSTANDARD
4347 Environment . GetFolderPath ( Environment . SpecialFolder . UserProfile ) ,
4448 ".Azure" ) ;
4549
46- public static ProductInfoHeaderValue UserAgentValue = new ProductInfoHeaderValue (
47- "AzurePowershell" ,
48- string . Format ( "Az{0}" , AzurePowerShell . AssemblyVersion ) ) ;
49-
5050 public static string OldProfileDirectory = Path . Combine (
5151#endif
5252 Environment . GetFolderPath ( Environment . SpecialFolder . ApplicationData ) ,
You can’t perform that action at this time.
0 commit comments