Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion .github/workflows/sdk-breaking-change-labels.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: SDK Breaking Change Labels

on:
Expand Down Expand Up @@ -28,7 +28,7 @@
name: Azure Login with Workload Identity Federation
uses: azure/login@v2
with:
client-id: "936c56f0-298b-467f-b702-3ad5bf4b15c1"
client-id: "34bd541d-1803-437e-b663-da8114650466"

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.

Let's be sure this identity is a MI instead of App registration.

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.

Updated it to use managed identity.

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spec-gen-sdk-status.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: "SDK Validation Status"

on:
Expand Down Expand Up @@ -28,7 +28,7 @@
name: Azure Login with Workload Identity Federation
uses: azure/login@v2
with:
client-id: "936c56f0-298b-467f-b702-3ad5bf4b15c1"
client-id: "34bd541d-1803-437e-b663-da8114650466"
tenant-id: "72f988bf-86f1-41af-91ab-2d7cd011db47"
allow-no-subscriptions: true

Expand Down
Loading