Skip to content

Commit 155b386

Browse files
committed
change word typo
1 parent 7339822 commit 155b386

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/data-lake-analytics/data-lake-analytics-cicd-overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -436,16 +436,16 @@ Take the following steps to set up a database deployment task in Visual Studio T
436436
PackageDeploymentTool.exe deploycluster -Package <package path> -Database <database name> -Account <account name> -ResourceGroup <resource group name> -SubscriptionId <subscript id> -Tenant <tenant name> -AzureSDKPath <azure sdk path> -Interactive
437437
```
438438
439-
* Use **secret** authentication to deploy a U-SQL database to an Azure Data Lake Analytics account:
439+
* Use **secrete** authentication to deploy a U-SQL database to an Azure Data Lake Analytics account:
440440
441441
```
442-
PackageDeploymentTool.exe deploycluster -Package <package path> -Database <database name> -Account <account name> -ResourceGroup <resource group name> -SubscriptionId <subscript id> -Tenant <tenant name> -ClientId <client id> -Secret <secret>
442+
PackageDeploymentTool.exe deploycluster -Package <package path> -Database <database name> -Account <account name> -ResourceGroup <resource group name> -SubscriptionId <subscript id> -Tenant <tenant name> -ClientId <client id> -Secrete <secrete>
443443
```
444444
445445
* Use **certFile** authentication to deploy a U-SQL database to an Azure Data Lake Analytics account:
446446
447447
```
448-
PackageDeploymentTool.exe deploycluster -Package <package path> -Database <database name> -Account <account name> -ResourceGroup <resource group name> -SubscriptionId <subscript id> -Tenant <tenant name> -ClientId <client id> -Secret <secret> -CertFile <certFile>
448+
PackageDeploymentTool.exe deploycluster -Package <package path> -Database <database name> -Account <account name> -ResourceGroup <resource group name> -SubscriptionId <subscript id> -Tenant <tenant name> -ClientId <client id> -Secrete <secrete> -CertFile <certFile>
449449
```
450450
451451
### PackageDeploymentTool.exe parameter descriptions
@@ -476,9 +476,9 @@ Take the following steps to set up a database deployment task in Visual Studio T
476476
|AzureSDKPath|The path to search dependent assemblies in the Azure SDK.|null|true|
477477
|Interactive|Whether or not to use interactive mode for authentication.|false|false|
478478
|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|
482482
| JobPrefix | The prefix for database deployment of a U-SQL DDL job. | Deploy_ + DateTime.Now | false |
483483
484484
## Next steps

0 commit comments

Comments
 (0)