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.
az login
1 parent a868be2 commit 7ceb97aCopy full SHA for 7ceb97a
src/PostSharp.Engineering.BuildTools/Utilities/AzHelper.cs
@@ -58,7 +58,7 @@ public static bool Login( ConsoleHelper console, bool dry = false )
58
}
59
60
azArgs =
61
- $"login --service-principal --username {azureClientId} --password %{EnvironmentVariableNames.AzureClientSecret}% --tenant {azureTenantId}";
+ $"login --service-principal --client-id {azureClientId} --password %{EnvironmentVariableNames.AzureClientSecret}% --tenant {azureTenantId}";
62
63
else
64
{
0 commit comments