Skip to content

Commit

Permalink
name outside
Browse files Browse the repository at this point in the history
  • Loading branch information
James Jones committed Sep 9, 2020
1 parent 0d6c349 commit f8defee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 101-synapse-poc/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@
"logicAppName": {
"value": "[variables('logicApps')[copyIndex()].name]"
},
"logicAppPrincipalId": { "value": "[reference(resourceId('Microsoft.Logic/workflows', variables('logicApps')[copyIndex().name]), '2019-05-01', 'full').identity.principalId]" }
"logicAppPrincipalId": { "value": "[reference(resourceId('Microsoft.Logic/workflows', variables('logicApps')[copyIndex()].name), '2019-05-01', 'full').identity.principalId]" }
}
}
}
Expand Down

0 comments on commit f8defee

Please sign in to comment.