-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Add subscription_id to service principal json #21693
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botGraph(doesn't work with label-triggered comments; use Graph.Microsoft instead) az ad(doesn't work with label-triggered comments; use Graph.Microsoft instead) az adact-identity-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-request
Milestone
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botGraph(doesn't work with label-triggered comments; use Graph.Microsoft instead) az ad(doesn't work with label-triggered comments; use Graph.Microsoft instead) az adact-identity-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-request
Is your feature request related to a problem? Please describe.
Since
--sdk-authis now deprecated fromaz ad sp create-for-rbacit's expected to use the original json output when creating a service principal. However, the json that's output is completely different. There's two issues:Describe the solution you'd like
Given service principals are tied to a specific subscription it would be helpful for the subscription_id to be added to the original json output. This would be helpful in terms of compatibility for users who relied on the
--sdk-authoption.Describe alternatives you've considered
Keep
--sdk-authoptionAdditional context
No