File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -18,19 +18,19 @@ ms.custom: template-how-to
18
18
" contentVersion" : " 1.0.0.0" ,
19
19
" parameters" : {
20
20
" name" : {
21
- " value" : " "
21
+ " value" : " $CLUSTER_MANAGER_NAME "
22
22
},
23
23
" resourceGroupName" : {
24
- " value" : " "
24
+ " value" : " $CLUSTER_MANAGER_RG "
25
25
},
26
26
" managedResourceGroupName" : {
27
- " value" : " "
27
+ " value" : " $MRG_NAME "
28
28
},
29
29
" fabricControllerId" : {
30
- " value" : " "
30
+ " value" : " $NFC_ID "
31
31
},
32
32
" vmSize" : {
33
- " value" : " "
33
+ " value" : " $VM_SIZE "
34
34
},
35
35
" clusterManagerTags" : {
36
36
" value" : {
@@ -39,10 +39,10 @@ ms.custom: template-how-to
39
39
}
40
40
},
41
41
" environment" : {
42
- " value" : " "
42
+ " value" : " $CLUSTER_MANAGER_NAME "
43
43
},
44
44
" location" : {
45
- " value" : " "
45
+ " value" : " $LOCATION "
46
46
}
47
47
}
48
48
}
You can’t perform that action at this time.
0 commit comments