File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -19,37 +19,37 @@ ms.custom: template-how-to
19
19
" contentVersion" : " 1.0.0.0" ,
20
20
" parameters" : {
21
21
" name" : {
22
- " value" : " clustername "
22
+ " value" : " $CLUSTER_NAME "
23
23
},
24
24
" resourceGroupName" : {
25
- " value" : " "
25
+ " value" : " $CLUSTER_RG "
26
26
},
27
27
" managedResourceGroupName" : {
28
- " value" : " "
28
+ " value" : " $MRG_NAME "
29
29
},
30
30
" clusterLawName" : {
31
- " value" : " "
31
+ " value" : " $LAW_NAME "
32
32
},
33
- " networkFabricId" : {
33
+ " networkFabricId" : {$
34
34
" value" : " "
35
35
},
36
36
" clusterType" : {
37
- " value" : " "
37
+ " value" : " $CLUSTER_TYPE "
38
38
},
39
39
" skipHardwareValidation" : {
40
40
" value" : " false"
41
41
},
42
42
" clusterVersion" : {
43
- " value" : " "
43
+ " value" : " $CLUSTER_VERSION "
44
44
},
45
45
" clusterLocation" : {
46
- " value" : " "
46
+ " value" : " $CLUSTER_LOCATION "
47
47
},
48
48
" customLocation" : {
49
- " value" : " "
49
+ " value" : " $CL_NAME "
50
50
},
51
51
" secretArchive" : {
52
- " value" : " "
52
+ " value" : " $KV_RESOURCE_ID "
53
53
},
54
54
" sshKeyUrl" : {
55
55
" value" : " https://"
You can’t perform that action at this time.
0 commit comments