changes in api version

This commit is contained in:
Logeshwarsn
2022-04-12 12:13:49 +05:30
parent 2786452aee
commit 8d392aa850

View File

@@ -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"
},