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

Additional tooling support to backfill client-provided keys (like uniqueName) #187

Open
dkershaw10 opened this issue Oct 15, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request triaged Team has triaged the item

Comments

@dkershaw10
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

While there are tools that enable this backfilling of existing objects (so that they can be referenced via the existing keyword or updated in Bicep files), there are other options that might be more familiar for customers to use

Describe the solution you'd like

  • Primary tooling: Az powershell: -AzAD cmdlets, needs to expose the client provided key
    • For large scale tooling
  • Secondary tooling: Entra Portal
    • For clients that has admins only with portal knowledge if/when we don’t have write access to groups
@dkershaw10 dkershaw10 added the enhancement New feature or request label Oct 15, 2024
@dkershaw10 dkershaw10 self-assigned this Oct 15, 2024
@jikuja
Copy link

jikuja commented Oct 18, 2024

TYVM for converting feedback quick to issue.

Looks like Portal already support uniqueName:
image

It's immutable after first write in the UX like it is on the API.

@dkershaw10
Copy link
Collaborator Author

dkershaw10 commented Oct 21, 2024

Yeah - that's great for groups.
But unfortunately, uniqueName is not exposed for applications (neither in the properties nor in the Microsoft Graph application manifest).

OK - I discovered that it's "partially" supported in the app manifest. If you open the app manifest you won't see uniqueName there. However, you can add an entry for uniqueName and it's value into the JSON, and save it. This will push the update to the app object. If you re-open the app manifest you still won't see it, but it is written to the object (you can check in Graph Explorer).

@dkershaw10
Copy link
Collaborator Author

@jikuja Looks like the Groups Portal UX has changed. I don't see uniqueName any more. Following up...

@dkershaw10 dkershaw10 added the triaged Team has triaged the item label Jan 14, 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 triaged Team has triaged the item
Projects
None yet
Development

No branches or pull requests

2 participants