mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 08:06:57 -06:00
changes in api version
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
"defaultValue": "0.0.39",
|
||||
"allowedValues": [
|
||||
"0.0.8",
|
||||
"0.0.9",
|
||||
"0.0.9",
|
||||
"0.0.10",
|
||||
"0.0.11",
|
||||
"0.0.12",
|
||||
@@ -326,7 +326,7 @@
|
||||
},
|
||||
"resources": [
|
||||
{
|
||||
"apiVersion": "2020-06-01",
|
||||
"apiVersion": "2021-12-01",
|
||||
"name": "pid-9cc90849-b021-4272-a33f-1922bd5c0f99-partnercenter",
|
||||
"type": "Microsoft.Resources/deployments",
|
||||
"properties": {
|
||||
@@ -423,7 +423,7 @@
|
||||
"type": "Microsoft.Network/virtualNetworks",
|
||||
"name": "[variables('virtualNetworkName')]",
|
||||
"location": "[parameters('location')]",
|
||||
"apiVersion": "2020-03-01",
|
||||
"apiVersion": "2021-12-01",
|
||||
"dependsOn": [
|
||||
"[resourceId('Microsoft.Network/networkSecurityGroups/', variables('nsgName'))]"
|
||||
],
|
||||
@@ -456,7 +456,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"apiVersion": "2020-03-01",
|
||||
"apiVersion": "2021-12-01",
|
||||
"type": "Microsoft.Network/networkInterfaces",
|
||||
"name": "[variables('nicPrimaryName')]",
|
||||
"location": "[parameters('location')]",
|
||||
@@ -483,7 +483,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"apiVersion": "2020-03-01",
|
||||
"apiVersion": "2021-12-01",
|
||||
"type": "Microsoft.Network/networkInterfaces",
|
||||
"name": "[variables('nicMemberName')]",
|
||||
"location": "[parameters('location')]",
|
||||
@@ -516,7 +516,7 @@
|
||||
"sku": {
|
||||
"name": "Standard"
|
||||
},
|
||||
"apiVersion": "2020-03-01",
|
||||
"apiVersion": "2021-12-01",
|
||||
"properties": {
|
||||
"publicIPAllocationMethod": "Static",
|
||||
"dnsSettings": {
|
||||
@@ -531,7 +531,7 @@
|
||||
"sku": {
|
||||
"name": "Standard"
|
||||
},
|
||||
"apiVersion": "2020-03-01",
|
||||
"apiVersion": "2021-12-01",
|
||||
"properties": {
|
||||
"publicIPAllocationMethod": "Static",
|
||||
"dnsSettings": {
|
||||
@@ -543,7 +543,7 @@
|
||||
"type": "Microsoft.Network/loadBalancers",
|
||||
"name": "[variables('lbName')]",
|
||||
"location": "[parameters('location')]",
|
||||
"apiVersion": "2020-03-01",
|
||||
"apiVersion": "2021-12-01",
|
||||
"sku": {
|
||||
"name": "Standard"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user