Skip to content

Commit

Permalink
Merge pull request #26 from pkcsf/patch-1
Browse files Browse the repository at this point in the history
updated the SF Ext typeHandlerVersion to 1.1 and sf api version
  • Loading branch information
Nicolas Oman authored Mar 17, 2020
2 parents 3b304cc + 48ed29c commit 03a614e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 7-VM-Ubuntu-1804-3-NodeTypes-Secure/AzureDeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@
"x509StoreName": "[parameters('certificateStoreValue')]"
}
},
"typeHandlerVersion": "1.0"
"typeHandlerVersion": "1.1"
}
},
{
Expand Down Expand Up @@ -1178,7 +1178,7 @@
"x509StoreName": "[parameters('certificateStoreValue')]"
}
},
"typeHandlerVersion": "1.0"
"typeHandlerVersion": "1.1"
}
},
{
Expand Down Expand Up @@ -1276,7 +1276,7 @@
}
},
{
"apiVersion": "2018-02-01",
"apiVersion": "2019-03-01",
"type": "Microsoft.ServiceFabric/clusters",
"name": "[parameters('clusterName')]",
"location": "[parameters('clusterLocation')]",
Expand Down Expand Up @@ -1379,4 +1379,4 @@
"type": "object"
}
}
}
}

0 comments on commit 03a614e

Please sign in to comment.