Skip to content

Commit 7e162e3

Browse files
authored
Updated test-resources.json after live test framework changes. (Azure#24135)
1 parent b703fe5 commit 7e162e3

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

sdk/keyvault/test-resources.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,16 @@
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]",
@@ -314,9 +319,7 @@
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,

0 commit comments

Comments
 (0)