File tree Expand file tree Collapse file tree 3 files changed +34
-1
lines changed Expand file tree Collapse file tree 3 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 9
9
"type" : " object"
10
10
},
11
11
"epacCloudEnvironments" : {
12
- "type" : " object"
12
+ "type" : " array" ,
13
+ "maxItems" : 3 ,
14
+ "uniqueItems" : true ,
15
+ "items" : {
16
+ "enum" : [
17
+ " AzureCloud" ,
18
+ " AzureChinaCloud" ,
19
+ " AzureUSGovernment"
20
+ ]
21
+ }
13
22
},
14
23
"definitionEntry" : {
15
24
"type" : " object" ,
Original file line number Diff line number Diff line change 28
28
},
29
29
"category" : {
30
30
"type" : " string"
31
+ },
32
+ "epacCloudEnvironments" : {
33
+ "type" : " array" ,
34
+ "maxItems" : 3 ,
35
+ "uniqueItems" : true ,
36
+ "items" : {
37
+ "enum" : [
38
+ " AzureCloud" ,
39
+ " AzureChinaCloud" ,
40
+ " AzureUSGovernment"
41
+ ]
42
+ }
31
43
}
32
44
},
33
45
"required" : [
Original file line number Diff line number Diff line change 28
28
},
29
29
"category" : {
30
30
"type" : " string"
31
+ },
32
+ "epacCloudEnvironments" : {
33
+ "type" : " array" ,
34
+ "maxItems" : 3 ,
35
+ "uniqueItems" : true ,
36
+ "items" : {
37
+ "enum" : [
38
+ " AzureCloud" ,
39
+ " AzureChinaCloud" ,
40
+ " AzureUSGovernment"
41
+ ]
42
+ }
31
43
}
32
44
},
33
45
"required" : [
You can’t perform that action at this time.
0 commit comments