-
Notifications
You must be signed in to change notification settings - Fork 456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request]: Automate fetching the deployment service principal(s) enterprise app object id #1605
Labels
enhancement
New feature or request
Comments
This should be as easy as: $Context = Get-AzContext
$ApplicationId = $Context.Account.Id
$SPN = Get-AzADServicePrincipal -ApplicationId $ApplicationId
$SPNObjectID = $SPN.Id |
MariusStorhaug
changed the title
[Feature Request]: Check if the deployment service principal(s) can get its own enterprise app object id
[Feature Request]: Automate fetching the deployment service principal(s) object id
Jun 26, 2022
MariusStorhaug
changed the title
[Feature Request]: Automate fetching the deployment service principal(s) object id
[Feature Request]: Automate fetching the deployment service principal(s) enterprise app object id
Jun 26, 2022
|
10 tasks
This was referenced Jun 26, 2022
26 tasks
This was
unlinked from
pull requests
Jun 26, 2022
Update: Not adding it to the #1608 PR. Based on discussion with @ahmadabdalla it might be better to add this to the settings/var/token story. |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Automate fetching the deployment service principal(s) enterprise app object id
This could render the
deployment_sp_id
obsoleteThe text was updated successfully, but these errors were encountered: