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.
1 parent fc3da19 commit 43d2f49Copy full SHA for 43d2f49
src/Authentication.Test/Cmdlets/ConnectAccount.cs
@@ -94,10 +94,12 @@ public override void ExecuteCmdlet()
94
Account.SetProperty(AzureAccount.Property.Tenants, new[] { TenantId });
95
}
96
97
+#if NETSTANDARD
98
if (!string.IsNullOrEmpty(Password))
99
{
100
Account.SetProperty(AzureAccount.Property.ServicePrincipalSecret, Password);
101
102
+#endif
103
104
if (AzureRmProfileProvider.Instance.Profile == null)
105
0 commit comments