microsoftgraph / microsoftgraph/msgraph-bicep-types

Relationships need type information and possibly uniqueName

Open
#235 2 comments 0 reactions 1 assignee View on GitHub

Nobody has claimed this yet.

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

Description

The addition of relationships is great to see, we definitely want to be able to look up members and set owners.

However, we need more information about the type of object to be able to leverage that information.

Scenario: I want to set the owners of an app based on the members of a security group. That security group may include other security groups but I have no way to filter out those object ids as there is no type information. Security groups are not allowed to own apps.

Scenario: I want to look up the names of the users in a security group. That security group may include both users and service principals but I have no way to know what type of resource to dereference.

Corollary: I need to be able to reference existing objects by id unless uniqueName is also returned along with the types.

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.