File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 23
23
"description" : " The client OID to grant access to test resources."
24
24
}
25
25
},
26
+ "provisionerApplicationOid" : {
27
+ "type" : " string" ,
28
+ "metadata" : {
29
+ "description" : " The provisioner OID to grant access to test resources."
30
+ }
31
+ },
26
32
"location" : {
27
33
"type" : " string" ,
28
34
"defaultValue" : " [resourceGroup().location]" ,
188
194
},
189
195
"properties" : {
190
196
"tenantId" : " [parameters('tenantId')]" ,
191
- "initialAdminObjectIds" : [
192
- " [parameters('testApplicationOid')]"
193
- ],
197
+ "initialAdminObjectIds" : " [union(array(parameters('testApplicationOid')), array(parameters('provisionerApplicationOid')))]" ,
194
198
"enablePurgeProtection" : false ,
195
199
"enableSoftDelete" : true ,
196
200
"publicNetworkAccess" : " Enabled" ,
You can’t perform that action at this time.
0 commit comments