microsoftgraph / microsoftgraph/msgraph-metadata

Groups: `writebackConfiguration.onPremisesGroupType` cannot be unset once set

Open
#332 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

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

Description

When configuring group writeback, after PATCHing a group with the following settings:

"writebackConfiguration": {
  "isEnabled": true,
  "onPremisesGroupType": "UniversalSecurityGroup"
}

It's no longer possible to set the onPremisesGroupType field to null, despite the documentation for this field stating that it is nullable:

Screenshot 2023-04-19 at 21 47 53

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 reproducing the PATCH request against the group writeback endpoint and review the linked groupWritebackConfiguration documentation. Determine whether the nullable-field behavior is represented in this metadata repository or belongs to the Microsoft Graph service; done means the ownership and an actionable correction path are established.

Written by the indexing model from the issue text.

Assessment

Domain
api
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
18/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.