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.

New command: Create Microsoft Graph schema extension

See original GitHub issue

Create MS Graph schema extension using POST https://graph.microsoft.com/v1.0/schemaExtensions.

  • command graph schemaextension add --id <id> --description|-d <description> --owner|-o [owner] --targetTypes|-t <types> --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_post_schemaextensions

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:11 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
ypcodecommented, Feb 17, 2019

Hi Waldek, I am still on it, it was a bit delayed but will PR in the upcoming days 😃

1reaction
wobbacommented, Jan 5, 2018

I get that - which means most people would generate schema’s with a random prefix - which is bad if they can avoid it(?) - depending on anonymity of course. Adding help text for the command will at least help some 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Create schemaExtension - Microsoft Graph v1.0
In this article ... Create a new schemaExtension definition and its associated schema extension property to extend a supporting resource type.
Read more >
Working with Azure AD schema extensions and Microsoft Graph
Graph PowerShell commands to create the desired user schema extension. Before, we can list all existing schema extensions with Get- ...
Read more >
graph schemaextension add - Microsoft 365 PnP Community
To create a schema extension, you have to specify a unique ID for the schema extension. You can assign a value in one...
Read more >
Microsoft Graph, Registering a Schema Extension
Also you CANNOT currently create a schema extension definition (or manage it) through Graph Explorer. For you to created a definition, ...
Read more >
Azure AD schema and directory extensions - XTSeminars
Microsoft Graph is replacing Azure AD graph and for the Azure AD supports many new datasets and features. Any applications that are currently ......
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