question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Update Microsoft Graph schema extension

See original GitHub issue

Update MS Graph schema extension using PATCH https://graph.microsoft.com/v1.0/schemaExtensions/<id>.

  • command graph schemaextension update --id <id> --description|-d [description] --targetTypes|-t [types] --status|-s [status] --properties|-p [properties]
  • types: comma-separated list of target types
  • properties: JSON string with the properties

Note: requires #10

More information: https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/api/schemaextension_update

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:16 (15 by maintainers)

github_iconTop GitHub Comments

1reaction
ypcodecommented, Aug 19, 2019

Hi guys @waldekmastykarz @VelinGeorgiev

Sorry for the very long lack of response 😒 (shame on me!), I’ve been really busy for the past few months, and probably will be for another few weeks at least… If that is still free to pickup whenever I get back on track, I will ! Sorry again!

Regards, Yannick

1reaction
ypcodecommented, Mar 23, 2019

Hi @waldekmastykarz , Can I take this one?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Update schemaExtension - Microsoft Graph v1.0
When using Graph Explorer to update a schemaExtension resource, include the owner property in the PATCH request body. For more information, see ...
Read more >
Update-MgSchemaExtension - Microsoft Learn
When using Graph Explorer to update a schemaExtension resource, include the owner property in the PATCH request body. For more information, see the...
Read more >
Add custom data to resources using extensions - Microsoft Learn
Microsoft Graph schema extensions are conceptually similar to directory extensions. First, you create your schema extension definition. Then, ...
Read more >
Add custom data to groups using schema extensions
Follow the steps in this example to register a schema extension definition, create a group with extended data, and update custom data in...
Read more >
Create schemaExtension - Microsoft Graph v1.0
Schema extensions let you add strongly-typed custom data to a resource. The app that creates a schema extension is the owner app. Depending...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found