Skip to content

Commit

Permalink
Resolve syntax issues and adding in default parameter file.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielscholl committed Jan 16, 2024
1 parent b09fd6e commit 76dd8d3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/parameters.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"metadata": {
"template": "bicep/main.bicep"
},
"parameters": {}
"parameters": {
"applicationClientId": {
"value": "00000000-0000-0000-0000-000000000000"
}
}
}

0 comments on commit 76dd8d3

Please sign in to comment.