Skip to content

Commit

Permalink
[Key Vault] Update new test resource script (#20663)
Browse files Browse the repository at this point in the history
  • Loading branch information
mccoyp committed Sep 13, 2021
1 parent ce307fe commit 69be40d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions sdk/keyvault/test-resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
"description": "The client OID to grant access to test resources."
}
},
"provisionerApplicationOid": {
"type": "string",
"metadata": {
"description": "The provisioner OID to grant access to test resources."
}
},
"location": {
"type": "string",
"defaultValue": "[resourceGroup().location]",
Expand Down Expand Up @@ -188,9 +194,7 @@
},
"properties": {
"tenantId": "[parameters('tenantId')]",
"initialAdminObjectIds": [
"[parameters('testApplicationOid')]"
],
"initialAdminObjectIds": "[union(array(parameters('testApplicationOid')), array(parameters('provisionerApplicationOid')))]",
"enablePurgeProtection": false,
"enableSoftDelete": true,
"publicNetworkAccess": "Enabled",
Expand Down

0 comments on commit 69be40d

Please sign in to comment.