We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 441217c commit 7efd91fCopy full SHA for 7efd91f
src/Azure.Functions.Cli/Actions/AzureActions/BaseAzureAction.cs
@@ -66,15 +66,7 @@ public async Task Initialize()
66
67
private async Task<string> GetAccessToken()
68
{
69
- if (RuntimeInformation.IsOSPlatform(OSPlatform.Linux) ||
70
- RuntimeInformation.IsOSPlatform(OSPlatform.OSX))
71
- {
72
- return await AzureCliGetToken();
73
- }
74
- else
75
76
77
+ return await AzureCliGetToken();
78
}
79
80
private async Task<string> AzureCliGetToken()
0 commit comments