New command: Create Microsoft Graph schema extension
See original GitHub issueCreate 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:
- Created 6 years ago
- Reactions:1
- Comments:11 (9 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Hi Waldek, I am still on it, it was a bit delayed but will PR in the upcoming days 😃
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 😃