Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: Copilot Setup Steps

on: workflow_dispatch
Expand All @@ -22,3 +22,8 @@
client-id: "936c56f0-298b-467f-b702-3ad5bf4b15c1"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@praveenkuttappan @benbp do we know what this identity is used for? We have to be very careful about what we all access to.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IIRC this was for work item access and stuff? azure-sdk-1es-open-source-assistant. @praveenkuttappan can confirm.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@benbp @praveenkuttappan If we do end up needing this for more things I think we should create a new managed identity just for this and grant it the min permission needed.

tenant-id: "72f988bf-86f1-41af-91ab-2d7cd011db47"
allow-no-subscriptions: true

- name: Install azsdk mcp server
shell: pwsh
run: |
./eng/common/mcp/azure-sdk-mcp.ps1 -InstallDirectory $HOME/bin
Loading