Skip to content

Commit

Permalink
Rebuild ARM templates
Browse files Browse the repository at this point in the history
  • Loading branch information
colbylwilliams committed Mar 15, 2023
1 parent cfc5055 commit cfb6ad9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Environments/FunctionApp/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.11.1.770",
"templateHash": "4920818387183325017"
"version": "0.14.85.62628",
"templateHash": "11382639500301275536"
}
},
"parameters": {
Expand Down Expand Up @@ -118,7 +118,7 @@
},
{
"name": "APPINSIGHTS_INSTRUMENTATIONKEY",
"value": "[reference(resourceId('Microsoft.Insights/components', parameters('resourceName'))).InstrumentationKey]"
"value": "[reference(resourceId('Microsoft.Insights/components', parameters('resourceName')), '2020-02-02').InstrumentationKey]"
},
{
"name": "AZURE_FUNCTIONS_ENVIRONMENT",
Expand Down
4 changes: 2 additions & 2 deletions Environments/Sandbox/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.11.1.770",
"templateHash": "1882150209236915071"
"version": "0.14.85.62628",
"templateHash": "13929897330120090578"
}
},
"resources": []
Expand Down
4 changes: 2 additions & 2 deletions Environments/WebApp/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.11.1.770",
"templateHash": "9783588988686256171"
"version": "0.14.85.62628",
"templateHash": "1747693694965566716"
}
},
"parameters": {
Expand Down

0 comments on commit cfb6ad9

Please sign in to comment.