1
+ {
2
+ "$schema" : " https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#" ,
3
+ "contentVersion" : " 1.0.0.0" ,
4
+ "parameters" : {
5
+ "groups" : {
6
+ "value" : [
7
+ {
8
+ "name" : " export-root" ,
9
+ "displayName" : " export-root" ,
10
+ "parentName" : " "
11
+ },
12
+ {
13
+ "name" : " child-a" ,
14
+ "displayName" : " Child A" ,
15
+ "parentName" : " export-root"
16
+ },
17
+ {
18
+ "name" : " grandchild-a-a" ,
19
+ "displayName" : " Grandchild A-A" ,
20
+ "parentName" : " child-a"
21
+ },
22
+ {
23
+ "name" : " grandchild-a-b" ,
24
+ "displayName" : " Grandchild A-B" ,
25
+ "parentName" : " child-a"
26
+ },
27
+ {
28
+ "name" : " grandchild-a-c" ,
29
+ "displayName" : " Grandchild A-C" ,
30
+ "parentName" : " child-a"
31
+ },
32
+ {
33
+ "name" : " greatgrandchild-A-C-A" ,
34
+ "displayName" : " Greatgrandchild A-C-A" ,
35
+ "parentName" : " grandchild-a-c"
36
+ },
37
+ {
38
+ "name" : " child-b" ,
39
+ "displayName" : " Child B" ,
40
+ "parentName" : " export-root"
41
+ },
42
+ {
43
+ "name" : " grandchild-b-1" ,
44
+ "displayName" : " Grandchild B-1" ,
45
+ "parentName" : " child-b"
46
+ },
47
+ {
48
+ "name" : " grandchild-b-2" ,
49
+ "displayName" : " Grandchild B-2" ,
50
+ "parentName" : " child-b"
51
+ }
52
+ ]
53
+ }
54
+ }
55
+ }
0 commit comments