File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ if ($env:AZURE_ADLS_GEN2_STORAGE_ACCOUNT) {
13
13
$adlsGen2StorageAccountArg = " --datalakestorageaccount $env: AZURE_ADLS_GEN2_STORAGE_ACCOUNT "
14
14
$adlsGen2FilesystemPathArg = " "
15
15
if ($env: AZURE_ADLS_GEN2_FILESYSTEM_PATH ) {
16
- $adlsGen2FilesystemPathArg = " --datalakefilesystempath $env: AZURE_ADLS_GEN2_FILESYSTEM_PATH "
16
+ $adlsGen2FilesystemPathArg = " --datalakepath $env: AZURE_ADLS_GEN2_FILESYSTEM_PATH "
17
17
}
18
18
$adlsGen2FilesystemArg = " "
19
19
if ($env: AZURE_ADLS_GEN2_FILESYSTEM ) {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if [ -n "$AZURE_ADLS_GEN2_STORAGE_ACCOUNT" ]; then
8
8
adlsGen2StorageAccountArg=" --datalakestorageaccount $AZURE_ADLS_GEN2_STORAGE_ACCOUNT "
9
9
adlsGen2FilesystemPathArg=" "
10
10
if [ -n " $AZURE_ADLS_GEN2_FILESYSTEM_PATH " ]; then
11
- adlsGen2FilesystemPathArg=" --datalakefilesystempath $AZURE_ADLS_GEN2_FILESYSTEM_PATH "
11
+ adlsGen2FilesystemPathArg=" --datalakepath $AZURE_ADLS_GEN2_FILESYSTEM_PATH "
12
12
fi
13
13
adlsGen2FilesystemArg=" "
14
14
if [ -n " $AZURE_ADLS_GEN2_FILESYSTEM " ]; then
You can’t perform that action at this time.
0 commit comments