diff --git a/AzureResourceManager/Artifactory/MP_submission/mainTemplate.json b/AzureResourceManager/Artifactory/MP_submission/mainTemplate.json index 9cdc0b4..d248bd4 100644 --- a/AzureResourceManager/Artifactory/MP_submission/mainTemplate.json +++ b/AzureResourceManager/Artifactory/MP_submission/mainTemplate.json @@ -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" },