Skip to content

Commit

Permalink
Config settings fix (#7989)
Browse files Browse the repository at this point in the history
* Update customDeploymentSettings.json

* Update deploymentSettings.json

* Update customDeploymentSettings.json

* Update deploymentSettings.json

* Update customDeploymentSettings.json

* Update deploymentSettings.json

* Update customDeploymentSettings.json

* Update deploymentSettings.json

* Update customDeploymentSettings.json

* Update deploymentSettings.json

* Update customDeploymentSettings.json

* Update deploymentSettings.json
  • Loading branch information
RajeevPentyala committed Apr 4, 2024
1 parent d8ee316 commit 3cb8f8a
Show file tree
Hide file tree
Showing 12 changed files with 1,535 additions and 42 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -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}#"
}
]
}
}

0 comments on commit 3cb8f8a

Please sign in to comment.