Skip to content

Commit abd7a0a

Browse files
authored
Merge pull request Azure#10728 from msJinLei/pr10725
Fix Invoke-AzHDInsightHiveJob.md error
2 parents b21faa0 + b298758 commit abd7a0a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/HDInsight/HDInsight/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Fix Invoke-AzHDInsightHiveJob.md error.
2122

2223
## Version 3.0.1
2324
* Update references in .psd1 to use relative path

src/HDInsight/HDInsight/help/Invoke-AzHDInsightHiveJob.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ PS C:\> Use-AzHDInsightCluster `
5050
5151
PS C:\> Invoke-AzHDInsightHiveJob -StatusFolder $statusFolder `
5252
-Query $query `
53-
-DefaultContainer $storageAccountContainer `
53+
-DefaultContainer $storageContainer `
5454
-DefaultStorageAccountName "$storageAccountName.blob.core.windows.net" `
5555
-DefaultStorageAccountKey $storageAccountKey
5656
```

0 commit comments

Comments
 (0)