microsoftgraph / microsoftgraph/msgraph-metadata

Flagged enums referenced as collections.

Open
#421 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

priority:p2
Dominant language
XSLT
Stars
166
Forks
55
Avg merge
16h 12m
Merged PRs (30d)
14

Description

  1. Type windows10XSCEPCertificateProfile references graph.hashAlgorithms as a collection when graph.hashAlgorithms is already a Flagged enum. Other references/documentation involve a single value enum. https://learn.microsoft.com/en-us/graph/api/intune-rapolicy-windows10xscepcertificateprofile-create?view=graph-rest-beta
  2. graph.authenticationMethodModes is always referenced as a collection of in the metadata despite it being a flagged enum type. Other references/documentation point it to be being serialized a single value in a collection. appliesToCombinations property at https://learn.microsoft.com/en-us/graph/api/authenticationcombinationconfiguration-get?view=graph-rest-beta&tabs=http
  3. conditionalAccessConditions is no longer referenced as a collection

Contributor guide

No contributing guide indexed for this repository

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.

Research direction

Start by inspecting the metadata definitions and references for windows10XSCEPCertificateProfile, graph.hashAlgorithms, graph.authenticationMethodModes, and appliesToCombinations, then compare them with the linked Microsoft Graph documentation. Done means the flagged enum references are represented consistently as single values rather than collections, while the withdrawn conditionalAccessConditions point remains unchanged.

Written by the indexing model from the issue text.

Assessment

Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.