Skip to content

Commit 1a7c2b6

Browse files
committed
hard code pids
1 parent 3adbdb3 commit 1a7c2b6

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

src/main/arm/createUiDefinition.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@
156156
"type": "Microsoft.Common.InfoBox",
157157
"options": {
158158
"icon": "None",
159-
"text": "Template version ${project.version}"
159+
"text": "Template version 1.0.19"
160160
},
161-
"visible": "[bool('${template.version.visible}')]"
161+
"visible": "[bool('false')]"
162162
}
163163
],
164164
"visible": true

src/main/arm/mainTemplate.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@
121121
"resources": [
122122
{
123123
"type": "Microsoft.Resources/deployments",
124-
"apiVersion": "${azure.apiVersion}",
125-
"name": "${start}",
124+
"apiVersion": "2020-06-01",
125+
"name": "pid-b446fe15-5d43-5549-858d-4775741cd0ba",
126126
"properties": {
127127
"mode": "Incremental",
128128
"template": {
@@ -134,7 +134,7 @@
134134
},
135135
{
136136
"type": "Microsoft.Network/networkSecurityGroups",
137-
"apiVersion": "${azure.apiVersion}",
137+
"apiVersion": "2020-06-01",
138138
"name": "[variables('name_networkSecurityGroup')]",
139139
"location": "[parameters('location')]",
140140
"properties": {
@@ -157,7 +157,7 @@
157157
},
158158
{
159159
"type": "Microsoft.Storage/storageAccounts",
160-
"apiVersion": "${azure.apiVersion2}",
160+
"apiVersion": "2019-06-01",
161161
"name": "[variables('name_storageAccount')]",
162162
"location": "[parameters('location')]",
163163
"sku": {
@@ -168,7 +168,7 @@
168168
},
169169
{
170170
"type": "Microsoft.Network/publicIPAddresses",
171-
"apiVersion": "${azure.apiVersion}",
171+
"apiVersion": "2020-06-01",
172172
"name": "[variables('name_publicIPAddress')]",
173173
"location": "[parameters('location')]",
174174
"properties": {
@@ -180,7 +180,7 @@
180180
},
181181
{
182182
"type": "Microsoft.Network/virtualNetworks",
183-
"apiVersion": "${azure.apiVersion}",
183+
"apiVersion": "2020-06-01",
184184
"name": "[variables('name_virtualNetwork')]",
185185
"location": "[parameters('location')]",
186186
"dependsOn": [
@@ -207,7 +207,7 @@
207207
},
208208
{
209209
"type": "Microsoft.Network/networkInterfaces",
210-
"apiVersion": "${azure.apiVersion}",
210+
"apiVersion": "2020-06-01",
211211
"name": "[variables('name_nic')]",
212212
"location": "[parameters('location')]",
213213
"dependsOn": [
@@ -236,7 +236,7 @@
236236
},
237237
{
238238
"type": "Microsoft.Compute/virtualMachines",
239-
"apiVersion": "${azure.apiVersion}",
239+
"apiVersion": "2020-06-01",
240240
"name": "[parameters('vmName')]",
241241
"location": "[parameters('location')]",
242242
"dependsOn": [
@@ -287,7 +287,7 @@
287287
"diagnosticsProfile": {
288288
"bootDiagnostics": {
289289
"enabled": true,
290-
"storageUri": "[reference(resourceId('Microsoft.Storage/storageAccounts/', variables('name_storageAccount')), '${azure.apiVersion2}').primaryEndpoints.blob]"
290+
"storageUri": "[reference(resourceId('Microsoft.Storage/storageAccounts/', variables('name_storageAccount')), '2019-06-01').primaryEndpoints.blob]"
291291
}
292292
}
293293
},
@@ -298,8 +298,8 @@
298298
}
299299
},
300300
{
301-
"apiVersion": "${azure.apiVersion}",
302-
"name": "${end}",
301+
"apiVersion": "2020-06-01",
302+
"name": "pid-8f75aefd-02b2-50a8-9a6e-feb41176559f",
303303
"type": "Microsoft.Resources/deployments",
304304
"dependsOn": [
305305
"[resourceId('Microsoft.Compute/virtualMachines/', parameters('vmName'))]"
@@ -314,8 +314,8 @@
314314
}
315315
},
316316
{
317-
"apiVersion": "${azure.apiVersion}",
318-
"name": "${from.owls-122130-jdk8-ol74}",
317+
"apiVersion": "2020-06-01",
318+
"name": "pid-caa3ea2b-cdec-55ee-8510-854ed10d7ebe",
319319
"type": "Microsoft.Resources/deployments",
320320
"condition": "[if(contains(variables('name_linuxImageOfferSKU'), 'owls-122130-jdk8-ol74'), bool('true'), bool('false'))]",
321321
"dependsOn": [
@@ -332,8 +332,8 @@
332332
}
333333
},
334334
{
335-
"apiVersion": "${azure.apiVersion}",
336-
"name": "${from.owls-122130-jdk8-ol73}",
335+
"apiVersion": "2020-06-01",
336+
"name": "pid-bf1d0f1a-cb9a-5453-bf70-42b4efe8c15e",
337337
"type": "Microsoft.Resources/deployments",
338338
"condition": "[if(contains(variables('name_linuxImageOfferSKU'), 'from.owls-122130-jdk8-ol73'), bool('true'), bool('false'))]",
339339
"dependsOn": [
@@ -351,8 +351,8 @@
351351
},
352352
{
353353
"type": "Microsoft.Resources/deployments",
354-
"apiVersion": "${azure.apiVersion}",
355-
"name": "${from.owls-122140-jdk8-ol76}",
354+
"apiVersion": "2020-06-01",
355+
"name": "pid-bde756bb-ce96-54d5-a478-04d9bd87e9db",
356356
"condition": "[if(contains(variables('name_linuxImageOfferSKU'), 'from.owls-122140-jdk8-ol76'), bool('true'), bool('false'))]",
357357
"dependsOn": [
358358
"[resourceId('Microsoft.Compute/virtualMachines/', parameters('vmName'))]"
@@ -369,8 +369,8 @@
369369
},
370370
{
371371
"type": "Microsoft.Resources/deployments",
372-
"apiVersion": "${azure.apiVersion}",
373-
"name": "${from.owls-141100-jdk8-ol76}",
372+
"apiVersion": "2020-06-01",
373+
"name": "pid-b6f00a34-1478-5a10-9a84-49c4051b57b8",
374374
"condition": "[if(contains(variables('name_linuxImageOfferSKU'), 'owls-141100-jdk8-ol76'), bool('true'), bool('false'))]",
375375
"dependsOn": [
376376
"[resourceId('Microsoft.Compute/virtualMachines/', parameters('vmName'))]"
@@ -387,8 +387,8 @@
387387
},
388388
{
389389
"type": "Microsoft.Resources/deployments",
390-
"apiVersion": "${azure.apiVersion}",
391-
"name": "${from.owls-141100-jdk11-ol76}",
390+
"apiVersion": "2020-06-01",
391+
"name": "pid-afc8f9c5-8c5d-5d1b-ab4d-3116ca908bfd",
392392
"condition": "[if(contains(variables('name_linuxImageOfferSKU'), 'owls-141100-jdk11-ol76'), bool('true'), bool('false'))]",
393393
"dependsOn": [
394394
"[resourceId('Microsoft.Compute/virtualMachines/', parameters('vmName'))]"

0 commit comments

Comments
 (0)