Skip to content

Commit 58de288

Browse files
committed
kv ci fixes
1 parent 785923a commit 58de288

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

101-key-vault-create/azuredeploy.json

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
},
1111
"tenantId": {
1212
"type": "string",
13+
"defaultValue": "[subscription().tenantId]",
1314
"metadata": {
1415
"description": "Tenant Id of the subscription. Get using Get-AzureRmSubscription cmdlet or Get Subscription API"
1516
}

101-key-vault-create/azuredeploy.parameters.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@
55
"keyVaultName": {
66
"value": "GEN-UNIQUE"
77
},
8-
"tenantId": {
9-
"value": "72f988bf-86f1-41af-91ab-2d7cd011db47"
10-
},
118
"objectId": {
12-
"value": "aebcecc4-ddcd-464d-b7b9-d71ebbc436ef"
9+
"value": "GEN-AAD-OBJECTID"
1310
}
1411
}
1512
}

0 commit comments

Comments
 (0)