Skip to content

Commit 2e62ea2

Browse files
committed
fix(marketplace): update apiVersion in mainTemplate.json per cpa verify failure
Signed-off-by: Vaughn Dice <[email protected]>
1 parent c5022bb commit 2e62ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

marketplace/mainTemplate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
{
141141
"type": "Microsoft.ContainerService/managedClusters",
142142
"condition": "[parameters('createNewCluster')]",
143-
"apiVersion": "2022-11-01",
143+
"apiVersion": "2023-05-01",
144144
"name": "[parameters('clusterResourceName')]",
145145
"location": "[parameters('location')]",
146146
"dependsOn": [],

0 commit comments

Comments
 (0)