Skip to content
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

deployer() function should include principal type in result #16503

Open
stas-sultanov opened this issue Feb 25, 2025 · 0 comments
Open

deployer() function should include principal type in result #16503

stas-sultanov opened this issue Feb 25, 2025 · 0 comments
Labels
enhancement New feature or request Needs: Upvote This issue requires more votes to be considered

Comments

@stas-sultanov
Copy link

Is your feature request related to a problem? Please describe.
Sometimes deployment (role assignment) stuck because ARM or Entra struggling to find the information about the principal (identity).
To avoid the issue, you should provide principalType.

Describe the solution you'd like
deployer() function should include principal type in result.

So it could be like

{
  "objectId": "",
  "tenantId": "",
  "type": "User"
}
@stas-sultanov stas-sultanov added the enhancement New feature or request label Feb 25, 2025
@github-project-automation github-project-automation bot moved this to Todo in Bicep Feb 25, 2025
@stephaniezyen stephaniezyen added this to the Committed Backlog milestone Feb 26, 2025
@stephaniezyen stephaniezyen added Needs: Upvote This issue requires more votes to be considered and removed Needs: Triage 🔍 labels Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Needs: Upvote This issue requires more votes to be considered
Projects
Status: Todo
Development

No branches or pull requests

2 participants