Skip to content

Commit 4968d7a

Browse files
Merge pull request #222847 from sreekzz/patch-134
Corrected in code from 3.6 to 4.0
2 parents cfaa395 + cc2d63e commit 4968d7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/hdinsight/hdinsight-apps-publish-applications.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to create an HDInsight application, and then publish it i
44
ms.service: hdinsight
55
ms.custom: hdinsightactive
66
ms.topic: how-to
7-
ms.date: 11/17/2022
7+
ms.date: 01/04/2023
88

99
---
1010
# Publish an HDInsight application in the Azure Marketplace
@@ -31,7 +31,7 @@ Two steps are involved in publishing applications in the Marketplace. First, def
3131
"version": "0.0.1-preview",
3232
"clusterFilters": {
3333
"types": ["Hadoop", "HBase", "Spark"],
34-
"versions": ["3.6"]
34+
"versions": ["4.0"]
3535
}
3636
}
3737
```

0 commit comments

Comments
 (0)