changes in api version

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

View File

@@ -82,7 +82,7 @@
"defaultValue": "0.0.39", "defaultValue": "0.0.39",
"allowedValues": [ "allowedValues": [
"0.0.8", "0.0.8",
"0.0.9", "0.0.9",
"0.0.10", "0.0.10",
"0.0.11", "0.0.11",
"0.0.12", "0.0.12",
@@ -326,7 +326,7 @@
}, },
"resources": [ "resources": [
{ {
"apiVersion": "2020-06-01", "apiVersion": "2021-12-01",
"name": "pid-9cc90849-b021-4272-a33f-1922bd5c0f99-partnercenter", "name": "pid-9cc90849-b021-4272-a33f-1922bd5c0f99-partnercenter",
"type": "Microsoft.Resources/deployments", "type": "Microsoft.Resources/deployments",
"properties": { "properties": {
@@ -423,7 +423,7 @@
"type": "Microsoft.Network/virtualNetworks", "type": "Microsoft.Network/virtualNetworks",
"name": "[variables('virtualNetworkName')]", "name": "[variables('virtualNetworkName')]",
"location": "[parameters('location')]", "location": "[parameters('location')]",
"apiVersion": "2020-03-01", "apiVersion": "2021-12-01",
"dependsOn": [ "dependsOn": [
"[resourceId('Microsoft.Network/networkSecurityGroups/', variables('nsgName'))]" "[resourceId('Microsoft.Network/networkSecurityGroups/', variables('nsgName'))]"
], ],
@@ -456,7 +456,7 @@
} }
}, },
{ {
"apiVersion": "2020-03-01", "apiVersion": "2021-12-01",
"type": "Microsoft.Network/networkInterfaces", "type": "Microsoft.Network/networkInterfaces",
"name": "[variables('nicPrimaryName')]", "name": "[variables('nicPrimaryName')]",
"location": "[parameters('location')]", "location": "[parameters('location')]",
@@ -483,7 +483,7 @@
} }
}, },
{ {
"apiVersion": "2020-03-01", "apiVersion": "2021-12-01",
"type": "Microsoft.Network/networkInterfaces", "type": "Microsoft.Network/networkInterfaces",
"name": "[variables('nicMemberName')]", "name": "[variables('nicMemberName')]",
"location": "[parameters('location')]", "location": "[parameters('location')]",
@@ -516,7 +516,7 @@
"sku": { "sku": {
"name": "Standard" "name": "Standard"
}, },
"apiVersion": "2020-03-01", "apiVersion": "2021-12-01",
"properties": { "properties": {
"publicIPAllocationMethod": "Static", "publicIPAllocationMethod": "Static",
"dnsSettings": { "dnsSettings": {
@@ -531,7 +531,7 @@
"sku": { "sku": {
"name": "Standard" "name": "Standard"
}, },
"apiVersion": "2020-03-01", "apiVersion": "2021-12-01",
"properties": { "properties": {
"publicIPAllocationMethod": "Static", "publicIPAllocationMethod": "Static",
"dnsSettings": { "dnsSettings": {
@@ -543,7 +543,7 @@
"type": "Microsoft.Network/loadBalancers", "type": "Microsoft.Network/loadBalancers",
"name": "[variables('lbName')]", "name": "[variables('lbName')]",
"location": "[parameters('location')]", "location": "[parameters('location')]",
"apiVersion": "2020-03-01", "apiVersion": "2021-12-01",
"sku": { "sku": {
"name": "Standard" "name": "Standard"
}, },