File tree 6 files changed +51
-0
lines changed
api-plugin-from-scratch-bearer
api-plugin-from-scratch-oauth
6 files changed +51
-0
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
" profiles" : {
3
+ {{^DeclarativeCopilot} }
3
4
// Launch project within the Microsoft 365 app
4
5
"Microsoft 365 app (browser)": {
5
6
" commandName" : " Project" ,
10
11
" commandName" : " Project" ,
11
12
" launchUrl" : " https://teams.microsoft.com?appTenantId=${{TEAMS_APP_TENANT_ID}}&login_hint=${{TEAMSFX_M365_USER_NAME}}" ,
12
13
}
14
+ { {/DeclarativeCopilot} }
15
+ { {#DeclarativeCopilot} }
16
+ // Launch project within Copilot
17
+ "Copilot (browser)": {
18
+ " commandName" : " Project" ,
19
+ " launchUrl" : " https://m365.cloud.microsoft/chat/entity1-d870f6cd-4aa5-4d42-9626-ab690c041429/${{AGENT_HINT}}?auth=2"
20
+ }
21
+ { {/DeclarativeCopilot} }
13
22
}
14
23
}
Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ provision:
107
107
target: ./Properties/launchSettings.json
108
108
content:
109
109
profiles:
110
+ { {^DeclarativeCopilot} }
110
111
Microsoft 365 app (browser):
111
112
commandName: "Project"
112
113
dotnetRunMessages: true
@@ -124,4 +125,11 @@ provision:
124
125
environmentVariables:
125
126
ASPNETCORE_ENVIRONMENT: "Development"
126
127
hotReloadProfile: "aspnetcore"
128
+ { {/DeclarativeCopilot} }
129
+ { {#DeclarativeCopilot} }
130
+ "Copilot (browser)": {
131
+ " commandName" : " Project" ,
132
+ " launchUrl" : " https://m365.cloud.microsoft/chat/entity1-d870f6cd-4aa5-4d42-9626-ab690c041429/${{AGENT_HINT}}?auth=2"
133
+ }
134
+ { {/DeclarativeCopilot} }
127
135
{ {/isNewProjectTypeEnabled} }
Original file line number Diff line number Diff line change 1
1
{
2
2
" profiles" : {
3
+ {{^DeclarativeCopilot} }
3
4
// Launch project within the Microsoft 365 app
4
5
"Microsoft 365 app (browser)": {
5
6
" commandName" : " Project" ,
10
11
" commandName" : " Project" ,
11
12
" launchUrl" : " https://teams.microsoft.com?appTenantId=${{TEAMS_APP_TENANT_ID}}&login_hint=${{TEAMSFX_M365_USER_NAME}}" ,
12
13
}
14
+ { {/DeclarativeCopilot} }
15
+ { {#DeclarativeCopilot} }
16
+ // Launch project within Copilot
17
+ "Copilot (browser)": {
18
+ " commandName" : " Project" ,
19
+ " launchUrl" : " https://m365.cloud.microsoft/chat/entity1-d870f6cd-4aa5-4d42-9626-ab690c041429/${{AGENT_HINT}}?auth=2"
20
+ }
21
+ { {/DeclarativeCopilot} }
13
22
}
14
23
}
Original file line number Diff line number Diff line change @@ -163,6 +163,7 @@ provision:
163
163
target: ./Properties/launchSettings.json
164
164
content:
165
165
profiles:
166
+ { {^DeclarativeCopilot} }
166
167
Microsoft 365 app (browser):
167
168
commandName: "Project"
168
169
dotnetRunMessages: true
@@ -180,4 +181,11 @@ provision:
180
181
environmentVariables:
181
182
ASPNETCORE_ENVIRONMENT: "Development"
182
183
hotReloadProfile: "aspnetcore"
184
+ { {/DeclarativeCopilot} }
185
+ { {#DeclarativeCopilot} }
186
+ "Copilot (browser)": {
187
+ " commandName" : " Project" ,
188
+ " launchUrl" : " https://m365.cloud.microsoft/chat/entity1-d870f6cd-4aa5-4d42-9626-ab690c041429/${{AGENT_HINT}}?auth=2"
189
+ }
190
+ { {/DeclarativeCopilot} }
183
191
{ {/isNewProjectTypeEnabled} }
Original file line number Diff line number Diff line change 1
1
{
2
2
" profiles" : {
3
+ {{^DeclarativeCopilot} }
3
4
// Launch project within the Microsoft 365 app
4
5
"Microsoft 365 app (browser)": {
5
6
" commandName" : " Project" ,
10
11
" commandName" : " Project" ,
11
12
" launchUrl" : " https://teams.microsoft.com?appTenantId=${{TEAMS_APP_TENANT_ID}}&login_hint=${{TEAMSFX_M365_USER_NAME}}" ,
12
13
}
14
+ { {/DeclarativeCopilot} }
15
+ { {#DeclarativeCopilot} }
16
+ // Launch project within Copilot
17
+ "Copilot (browser)": {
18
+ " commandName" : " Project" ,
19
+ " launchUrl" : " https://m365.cloud.microsoft/chat/entity1-d870f6cd-4aa5-4d42-9626-ab690c041429/${{AGENT_HINT}}?auth=2"
20
+ }
21
+ { {/DeclarativeCopilot} }
13
22
}
14
23
}
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ provision:
60
60
target: ./Properties/launchSettings.json
61
61
content:
62
62
profiles:
63
+ { {^DeclarativeCopilot} }
63
64
Microsoft 365 app (browser):
64
65
commandName: "Project"
65
66
dotnetRunMessages: true
@@ -77,4 +78,11 @@ provision:
77
78
environmentVariables:
78
79
ASPNETCORE_ENVIRONMENT: "Development"
79
80
hotReloadProfile: "aspnetcore"
81
+ { {/DeclarativeCopilot} }
82
+ { {#DeclarativeCopilot} }
83
+ "Copilot (browser)": {
84
+ " commandName" : " Project" ,
85
+ " launchUrl" : " https://m365.cloud.microsoft/chat/entity1-d870f6cd-4aa5-4d42-9626-ab690c041429/${{AGENT_HINT}}?auth=2"
86
+ }
87
+ { {/DeclarativeCopilot} }
80
88
{ {/isNewProjectTypeEnabled} }
You can’t perform that action at this time.
0 commit comments