Skip to content

Commit 8df44ec

Browse files
Added pipelines
1 parent 6d08285 commit 8df44ec

9 files changed

+2405
-0
lines changed

AgentReviewTool/config/Prod/customDeploymentSettings.json

Lines changed: 737 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"EnvironmentVariables": [
3+
{
4+
"SchemaName": "cat_PowerAutomateEndpoint",
5+
"Value": "#{environmentvariable.cat_PowerAutomateEndpoint}#"
6+
},
7+
{
8+
"SchemaName": "cat_DelayforAzureApplicationInsightsEnrichment",
9+
"Value": "#{environmentvariable.cat_DelayforAzureApplicationInsightsEnrichment}#"
10+
},
11+
{
12+
"SchemaName": "cat_DelayforConversationTranscriptsEnrichment",
13+
"Value": "#{environmentvariable.cat_DelayforConversationTranscriptsEnrichment}#"
14+
}
15+
],
16+
"ConnectionReferences": [
17+
{
18+
"LogicalName": "cat_CopilotStudioAcceleratorDataverse",
19+
"ConnectionId": "#{connectionreference.cat_CopilotStudioAcceleratorDataverse}#",
20+
"ConnectorId": "/providers/Microsoft.PowerApps/apis/shared_commondataserviceforapps",
21+
"ConnectionOwner": "#{connectionreference.user.cat_CopilotStudioAcceleratorDataverse}#"
22+
},
23+
{
24+
"LogicalName": "cat_CopilotStudioAcceleratorPowerPlatformforAdmins",
25+
"ConnectionId": "#{connectionreference.cat_CopilotStudioAcceleratorPowerPlatformforAdmins}#",
26+
"ConnectorId": "/providers/Microsoft.PowerApps/apis/shared_powerplatformforadmins",
27+
"ConnectionOwner": "#{connectionreference.user.cat_CopilotStudioAcceleratorPowerPlatformforAdmins}#"
28+
},
29+
{
30+
"LogicalName": "cat_DataverseIndexerSharePoint",
31+
"ConnectionId": "#{connectionreference.cat_DataverseIndexerSharePoint}#",
32+
"ConnectorId": "/providers/Microsoft.PowerApps/apis/shared_sharepointonline",
33+
"ConnectionOwner": "#{connectionreference.user.cat_DataverseIndexerSharePoint}#"
34+
}
35+
]
36+
}

AgentReviewTool/config/Test/customDeploymentSettings.json

Lines changed: 737 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"EnvironmentVariables": [
3+
{
4+
"SchemaName": "cat_PowerAutomateEndpoint",
5+
"Value": "#{environmentvariable.cat_PowerAutomateEndpoint}#"
6+
},
7+
{
8+
"SchemaName": "cat_DelayforAzureApplicationInsightsEnrichment",
9+
"Value": "#{environmentvariable.cat_DelayforAzureApplicationInsightsEnrichment}#"
10+
},
11+
{
12+
"SchemaName": "cat_DelayforConversationTranscriptsEnrichment",
13+
"Value": "#{environmentvariable.cat_DelayforConversationTranscriptsEnrichment}#"
14+
}
15+
],
16+
"ConnectionReferences": [
17+
{
18+
"LogicalName": "cat_CopilotStudioAcceleratorDataverse",
19+
"ConnectionId": "#{connectionreference.cat_CopilotStudioAcceleratorDataverse}#",
20+
"ConnectorId": "/providers/Microsoft.PowerApps/apis/shared_commondataserviceforapps",
21+
"ConnectionOwner": "#{connectionreference.user.cat_CopilotStudioAcceleratorDataverse}#"
22+
},
23+
{
24+
"LogicalName": "cat_CopilotStudioAcceleratorPowerPlatformforAdmins",
25+
"ConnectionId": "#{connectionreference.cat_CopilotStudioAcceleratorPowerPlatformforAdmins}#",
26+
"ConnectorId": "/providers/Microsoft.PowerApps/apis/shared_powerplatformforadmins",
27+
"ConnectionOwner": "#{connectionreference.user.cat_CopilotStudioAcceleratorPowerPlatformforAdmins}#"
28+
},
29+
{
30+
"LogicalName": "cat_DataverseIndexerSharePoint",
31+
"ConnectionId": "#{connectionreference.cat_DataverseIndexerSharePoint}#",
32+
"ConnectorId": "/providers/Microsoft.PowerApps/apis/shared_sharepointonline",
33+
"ConnectionOwner": "#{connectionreference.user.cat_DataverseIndexerSharePoint}#"
34+
}
35+
]
36+
}

0 commit comments

Comments
 (0)