Skip to content

Commit

Permalink
Merge branch 'main' of github.com:raporpe/defender-for-vm-analyzer in…
Browse files Browse the repository at this point in the history
…to main
  • Loading branch information
raporpe committed Feb 1, 2023
2 parents e9e2073 + 3334901 commit ff0a864
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions infra.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.13.1.58284",
"templateHash": "9367501188969499864"
"version": "0.14.6.61914",
"templateHash": "797136105288593440"
}
},
"parameters": {
Expand Down Expand Up @@ -88,8 +88,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.13.1.58284",
"templateHash": "8507991572392115809"
"version": "0.14.6.61914",
"templateHash": "10238474108763749924"
}
},
"parameters": {
Expand Down Expand Up @@ -212,7 +212,8 @@
"Project": "defender-for-vm-analyzer",
"WEBSITE_RUN_FROM_PACKAGE": "[variables('packageURL')]",
"FUNCTIONS_EXTENSION_VERSION": "~4",
"AZURE_CLIENT_ID": "[reference(resourceId('Microsoft.ManagedIdentity/userAssignedIdentities', variables('managedIdentityName')), '2022-01-31-preview').clientId]"
"AZURE_CLIENT_ID": "[reference(resourceId('Microsoft.ManagedIdentity/userAssignedIdentities', variables('managedIdentityName')), '2022-01-31-preview').clientId]",
"DEBUG": "false"
},
"dependsOn": [
"[resourceId('Microsoft.Insights/components', variables('appInsightsName'))]",
Expand Down

0 comments on commit ff0a864

Please sign in to comment.