Skip to content

Commit

Permalink
refactor: update (#12922)
Browse files Browse the repository at this point in the history
  • Loading branch information
xzf0587 authored and huimiu committed Jan 27, 2025
1 parent 576c93c commit c48c82e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// Launch project within M365 Copilot
"Microsoft 365 Copilot (browser)": {
"commandName": "Project",
"launchUrl": "https://www.office.com/chat?auth=2&&login_hint=${{TEAMSFX_M365_USER_NAME}}"
"launchUrl": "https://m365.cloud.microsoft/chat/entity1-d870f6cd-4aa5-4d42-9626-ab690c041429/${{AGENT_HINT}}?auth=2"
},
{{/CEAEnabled}}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// Launch project within M365 Copilot
"Microsoft 365 Copilot (browser)": {
"commandName": "Project",
"launchUrl": "https://www.office.com/chat?auth=2&&login_hint=${{TEAMSFX_M365_USER_NAME}}"
"launchUrl": "https://m365.cloud.microsoft/chat/entity1-d870f6cd-4aa5-4d42-9626-ab690c041429/${{AGENT_HINT}}?auth=2"
},
{{/CEAEnabled}}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// Launch project within M365 Copilot
"Microsoft 365 Copilot (browser)": {
"commandName": "Project",
"launchUrl": "https://www.office.com/chat?auth=2&&login_hint=${{TEAMSFX_M365_USER_NAME}}"
"launchUrl": "https://m365.cloud.microsoft/chat/entity1-d870f6cd-4aa5-4d42-9626-ab690c041429/${{AGENT_HINT}}?auth=2"
},
{{/CEAEnabled}}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// Launch project within M365 Copilot
"Microsoft 365 Copilot (browser)": {
"commandName": "Project",
"launchUrl": "https://www.office.com/chat?auth=2&&login_hint=${{TEAMSFX_M365_USER_NAME}}"
"launchUrl": "https://m365.cloud.microsoft/chat/entity1-d870f6cd-4aa5-4d42-9626-ab690c041429/${{AGENT_HINT}}?auth=2"
},
{{/CEAEnabled}}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// Launch project within M365 Copilot
"Microsoft 365 Copilot (browser)": {
"commandName": "Project",
"launchUrl": "https://www.office.com/chat?auth=2&&login_hint=${{TEAMSFX_M365_USER_NAME}}"
"launchUrl": "https://m365.cloud.microsoft/chat/entity1-d870f6cd-4aa5-4d42-9626-ab690c041429/${{AGENT_HINT}}?auth=2"
},
{{/CEAEnabled}}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// Launch project within M365 Copilot
"Microsoft 365 Copilot (browser)": {
"commandName": "Project",
"launchUrl": "https://www.office.com/chat?auth=2&&login_hint=${{TEAMSFX_M365_USER_NAME}}"
"launchUrl": "https://m365.cloud.microsoft/chat/entity1-d870f6cd-4aa5-4d42-9626-ab690c041429/${{AGENT_HINT}}?auth=2"
},
{{/CEAEnabled}}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// Launch project within M365 Copilot
"Microsoft 365 Copilot (browser)": {
"commandName": "Project",
"launchUrl": "https://www.office.com/chat?auth=2&&login_hint=${{TEAMSFX_M365_USER_NAME}}"
"launchUrl": "https://m365.cloud.microsoft/chat/entity1-d870f6cd-4aa5-4d42-9626-ab690c041429/${{AGENT_HINT}}?auth=2"
},
{{/CEAEnabled}}
}
Expand Down

0 comments on commit c48c82e

Please sign in to comment.