File tree 3 files changed +7
-9
lines changed
3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 23
23
"resources" : [
24
24
{
25
25
"type" : " Microsoft.Network/loadBalancers" ,
26
- "name" : " [variables ('lbName')]" ,
26
+ "name" : " [parameters ('lbName')]" ,
27
27
"apiVersion" : " 2015-06-15" ,
28
28
"location" : " [resourceGroup().location]" ,
29
29
"properties" : {
Original file line number Diff line number Diff line change 21
21
{
22
22
"type" : " Microsoft.Network/virtualNetworks" ,
23
23
"name" : " [parameters('vnetName')]" ,
24
- "apiVersion" : " 2015-06-15 " ,
24
+ "apiVersion" : " 2016-03-30 " ,
25
25
"location" : " [resourceGroup().location]" ,
26
26
"tags" : {},
27
27
"properties" : {
Original file line number Diff line number Diff line change 111
111
},
112
112
"resources" : [
113
113
{
114
- "type" : " Microsoft.Network/virtualNetworks " ,
114
+ "type" : " Microsoft.Resources/deployments " ,
115
115
"name" : " [parameters('vnetName')]" ,
116
- "location" : " [resourceGroup().location]" ,
117
- "apiVersion" : " 2015-06-15" ,
116
+ "apiVersion" : " 2015-01-01" ,
118
117
"properties" : {
119
118
"mode" : " Incremental" ,
120
119
"templateLink" : {
414
413
]
415
414
},
416
415
{
417
- "type" : " Microsoft.Network/loadBalancers" ,
418
- "name" : " [variables('lbName')]" ,
419
- "location" : " [resourceGroup().location]" ,
420
- "apiVersion" : " 2015-06-15" ,
416
+ "type" : " Microsoft.Resources/deployments" ,
417
+ "name" : " lb-temp" ,
418
+ "apiVersion" : " 2015-01-01" ,
421
419
"properties" : {
422
420
"mode" : " Incremental" ,
423
421
"templateLink" : {
You can’t perform that action at this time.
0 commit comments