You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -476,9 +476,9 @@ Take the following steps to set up a database deployment task in Visual Studio T
476
476
|AzureSDKPath|The path to search dependent assemblies in the Azure SDK.|null|true|
477
477
|Interactive|Whether or not to use interactive mode for authentication.|false|false|
478
478
|ClientId|The Azure AD application ID required for non-interactive authentication.|null|Required for non-interactive authentication.|
479
-
|Secret|The secret or password for non-interactive authentication. It should be used only in a trusted and secure environment.|null|Required for non-interactive authentication, or else use SecretFile.|
480
-
|SecretFile|The file saves the secret or password for non-interactive authentication. Make sure to keep it readable only by the current user.|null|Required for non-interactive authentication, or else use Secret.|
481
-
|CertFile|The file saves X.509 certification for non-interactive authentication. The default is to use client secret authentication.|null|false|
479
+
|Secrete|The secrete or password for non-interactive authentication. It should be used only in a trusted and secure environment.|null|Required for non-interactive authentication, or else use SecreteFile.|
480
+
|SecreteFile|The file saves the secrete or password for non-interactive authentication. Make sure to keep it readable only by the current user.|null|Required for non-interactive authentication, or else use Secrete.|
481
+
|CertFile|The file saves X.509 certification for non-interactive authentication. The default is to use client secrete authentication.|null|false|
482
482
| JobPrefix | The prefix for database deployment of a U-SQL DDL job. | Deploy_ + DateTime.Now | false |
0 commit comments