From dd74405284a158bdb2126e340b98681b0d5818de Mon Sep 17 00:00:00 2001 From: Rajeev Pentyala <104883923+RajeevPentyala@users.noreply.github.com> Date: Thu, 4 Apr 2024 19:40:28 +0530 Subject: [PATCH] Update deploymentSettings.json --- .../config/Validation/deploymentSettings.json | 69 ++++++++++++++++++- 1 file changed, 67 insertions(+), 2 deletions(-) diff --git a/CenterofExcellenceAuditComponents/config/Validation/deploymentSettings.json b/CenterofExcellenceAuditComponents/config/Validation/deploymentSettings.json index f9ad75375..b603770a5 100644 --- a/CenterofExcellenceAuditComponents/config/Validation/deploymentSettings.json +++ b/CenterofExcellenceAuditComponents/config/Validation/deploymentSettings.json @@ -3,6 +3,71 @@ ], "ConnectionReferences": [ - + { + "LogicalName": "new_CoEGovApprovals", + "ConnectionId": "#{connectionreference.new_CoEGovApprovals}#", + "ConnectorId": "/providers/Microsoft.PowerApps/apis/shared_approvals", + "ConnectionOwner": "#{connectionreference.user.new_CoEGovApprovals}#" + }, + { + "LogicalName": "admin_CoEGovDataverse", + "ConnectionId": "#{connectionreference.admin_CoEGovDataverse}#", + "ConnectorId": "/providers/Microsoft.PowerApps/apis/shared_commondataserviceforapps", + "ConnectionOwner": "#{connectionreference.user.admin_CoEGovDataverse}#" + }, + { + "LogicalName": "admin_CoEGovDataverseLegacy", + "ConnectionId": "#{connectionreference.admin_CoEGovDataverseLegacy}#", + "ConnectorId": "/providers/Microsoft.PowerApps/apis/shared_commondataservice", + "ConnectionOwner": "#{connectionreference.user.admin_CoEGovDataverseLegacy}#" + }, + { + "LogicalName": "new_CoEGovO365Outlook", + "ConnectionId": "#{connectionreference.new_CoEGovO365Outlook}#", + "ConnectorId": "/providers/Microsoft.PowerApps/apis/shared_office365", + "ConnectionOwner": "#{connectionreference.user.new_CoEGovO365Outlook}#" + }, + { + "LogicalName": "new_CoEGovO365Users", + "ConnectionId": "#{connectionreference.new_CoEGovO365Users}#", + "ConnectorId": "/providers/Microsoft.PowerApps/apis/shared_office365users", + "ConnectionOwner": "#{connectionreference.user.new_CoEGovO365Users}#" + }, + { + "LogicalName": "new_CoEGovPowerAppsforAdmins", + "ConnectionId": "#{connectionreference.new_CoEGovPowerAppsforAdmins}#", + "ConnectorId": "/providers/Microsoft.PowerApps/apis/shared_powerappsforadmins", + "ConnectionOwner": "#{connectionreference.user.new_CoEGovPowerAppsforAdmins}#" + }, + { + "LogicalName": "admin_CoEGovPowerAppsforMakers", + "ConnectionId": "#{connectionreference.admin_CoEGovPowerAppsforMakers}#", + "ConnectorId": "/providers/Microsoft.PowerApps/apis/shared_powerappsforappmakers", + "ConnectionOwner": "#{connectionreference.user.admin_CoEGovPowerAppsforMakers}#" + }, + { + "LogicalName": "admin_CoEGovPowerAutomateforAdmins", + "ConnectionId": "#{connectionreference.admin_CoEGovPowerAutomateforAdmins}#", + "ConnectorId": "/providers/Microsoft.PowerApps/apis/shared_microsoftflowforadmins", + "ConnectionOwner": "#{connectionreference.user.admin_CoEGovPowerAutomateforAdmins}#" + }, + { + "LogicalName": "new_CoEGovPowerAutomateManagement", + "ConnectionId": "#{connectionreference.new_CoEGovPowerAutomateManagement}#", + "ConnectorId": "/providers/Microsoft.PowerApps/apis/shared_flowmanagement", + "ConnectionOwner": "#{connectionreference.user.new_CoEGovPowerAutomateManagement}#" + }, + { + "LogicalName": "new_CoEGovPowerPlatformforAdmins", + "ConnectionId": "#{connectionreference.new_CoEGovPowerPlatformforAdmins}#", + "ConnectorId": "/providers/Microsoft.PowerApps/apis/shared_powerplatformforadmins", + "ConnectionOwner": "#{connectionreference.user.new_CoEGovPowerPlatformforAdmins}#" + }, + { + "LogicalName": "new_CoEGovTeams", + "ConnectionId": "#{connectionreference.new_CoEGovTeams}#", + "ConnectorId": "/providers/Microsoft.PowerApps/apis/shared_teams", + "ConnectionOwner": "#{connectionreference.user.new_CoEGovTeams}#" + } ] -} \ No newline at end of file +}