Skip to content

Commit

Permalink
Adding auto compiled bicep json
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordonby authored and Gordonby committed Feb 16, 2022
1 parent 97b64e4 commit f4456b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bicep/compiled/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.4.1272.37030",
"templateHash": "8979067232871660514"
"templateHash": "4091029226275332080"
}
},
"parameters": {
Expand Down Expand Up @@ -3244,11 +3244,11 @@
"outputs": {
"CustomVnetId": {
"type": "string",
"value": "[reference(resourceId('Microsoft.Resources/deployments', 'network')).outputs.vnetId.value]"
"value": "[if(parameters('custom_vnet'), reference(resourceId('Microsoft.Resources/deployments', 'network')).outputs.vnetId.value, '')]"
},
"CustomVnetPrivateLinkSubnetId": {
"type": "string",
"value": "[reference(resourceId('Microsoft.Resources/deployments', 'network')).outputs.privateLinkSubnetId.value]"
"value": "[if(parameters('custom_vnet'), reference(resourceId('Microsoft.Resources/deployments', 'network')).outputs.privateLinkSubnetId.value, '')]"
},
"keyVaultName": {
"type": "string",
Expand Down

0 comments on commit f4456b8

Please sign in to comment.