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.
2 parents b21faa0 + b298758 commit abd7a0aCopy full SHA for abd7a0a
src/HDInsight/HDInsight/ChangeLog.md
@@ -18,6 +18,7 @@
18
- Additional information about change #1
19
-->
20
## Upcoming Release
21
+* Fix Invoke-AzHDInsightHiveJob.md error.
22
23
## Version 3.0.1
24
* Update references in .psd1 to use relative path
src/HDInsight/HDInsight/help/Invoke-AzHDInsightHiveJob.md
@@ -50,7 +50,7 @@ PS C:\> Use-AzHDInsightCluster `
50
51
PS C:\> Invoke-AzHDInsightHiveJob -StatusFolder $statusFolder `
52
-Query $query `
53
- -DefaultContainer $storageAccountContainer `
+ -DefaultContainer $storageContainer `
54
-DefaultStorageAccountName "$storageAccountName.blob.core.windows.net" `
55
-DefaultStorageAccountKey $storageAccountKey
56
```
0 commit comments