File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1818 },
1919 "testApplicationOid" : {
2020 "type" : " string" ,
21- "defaultValue" : " b3653439-8136-4cd5-aac3-2a9460871ca6" ,
2221 "metadata" : {
2322 "description" : " The client OID to grant access to test resources."
2423 }
2524 },
25+ "provisionerApplicationOid" : {
26+ "type" : " string" ,
27+ "metadata" : {
28+ "description" : " The provisioner OID to grant access to test resources."
29+ }
30+ },
2631 "location" : {
2732 "type" : " string" ,
2833 "defaultValue" : " [resourceGroup().location]" ,
314319 },
315320 "properties" : {
316321 "tenantId" : " [parameters('tenantId')]" ,
317- "initialAdminObjectIds" : [
318- " [parameters('testApplicationOid')]"
319- ],
322+ "initialAdminObjectIds" : " [union(array(parameters('testApplicationOid')), array(parameters('provisionerApplicationOid')))]" ,
320323 "enablePurgeProtection" : false ,
321324 "enableSoftDelete" : true ,
322325 "softDeleteRetentionInDays" : 7 ,
You can’t perform that action at this time.
0 commit comments