microsoftgraph / microsoftgraph/msgraph-bicep-types

Microsoft experiences (like Entra/Azure portal, ADO service connection, etc) do not configure a resource's uniqueName

Open
#198 7 comments 3 reactions 1 assignee View on GitHub

@dkershaw10 is already working on this.

Since Dec 9, 2024.

bug triaged
Dominant language
TypeScript
Stars
80
Forks
15
Avg merge
1h 21m
Merged PRs (30d)
3

Description

When you create a new Appreg in Azure Portal, or create a new Service Connection in Azure DevOps (whitch also generate a new Appreg in the Background) The value of "uniqueName" Attribute is null. But the attribute value should be equal to "displayName" of Appreg. We need to stop creating Service Connection on Azure DevOps and stop creating Appregs in Azure Portal. Which is crazy...

And We need to write scripts which fill the missing uniqueName values in our directory... Which is crazy... You cannot reference existing Appregs until you fill uniquenames manually...

Another problem is,,,, "uniqueName" is not appear in the manifest of Appreg in Azure Portal. You only see this in Graph Explorer.
Graph Explorer: https://developer.microsoft.com/en-us/graph/graph-explorer
Endpoint: GET https://graph.microsoft.com/v1.0/applications/(objectid of appreg)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.