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: List available Microsoft Graph schema extensions

See original GitHub issue

Usage

graph schemaextension list [options]

Description

Get a list of schemaExtension objects created in the current tenant, that can be InDevelopment, Available, or Deprecated.

Options

Option Description
--status,-s [status] The status to filter on
--owner [owner] The id of the owner to filter on
-p, --pageSize [pageSize] Number of objects to return
-n, --pageNumber [pageNumber] Page number to return if pageSize is specified (first page is indexed as value of 0)

Additional Information

pageNumber is specified as a 0-based index. A value of 2 returns the third page of items.

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

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:29 (26 by maintainers)

github_iconTop GitHub Comments

2reactions
waldekmastykarzcommented, Apr 15, 2020

We could keep the original list of options and abstract this behavior away from users so that if they want to retrieve n-th page, we do that in the background presenting them with the data they need. Thank you for looking into it 👍

2reactions
rabwillcommented, Apr 14, 2020

I had created an issue here https://github.com/microsoftgraph/microsoft-graph-docs/issues/7739#issue-599228875 and tagged Jeremy Thake. But seems like this is not the right place except if it is a documentation issue. So have opened an issue in stackoverflow and tagged microsoft-graph. Will be keeping an eye out on this one.

https://stackoverflow.com/questions/61199327/skip-has-no-effect-on-the-end-point-to-list-schemaextensions-in-microsoft-graph

Read more comments on GitHub >

github_iconTop Results From Across the Web

New command: List available Microsoft Graph schema ...
Get a list of schemaExtension objects created in the current tenant, that can be InDevelopment, Available, or Deprecated. Options. Option, Description. --status ...
Read more >
List schemaExtensions - Microsoft Graph v1.0
Get a list of schemaExtension objects in your tenant. The schema extensions can be InDevelopment , Available , or Deprecated and includes schema...
Read more >
List of available Azure CLI extensions | Microsoft Learn
Extension Required Minimum CLI Version Status Release Notes account 2.38.0 GA 0.2.5 acrtransfer 2.0.67 Preview 1.1.0 ad 2.15.0 GA 0.1.0
Read more >
schemaExtension resource type (schema extensions)
Schema extensions allow you to define a schema to extend and add strongly-typed custom data to a resource type. The custom data appears...
Read more >
Known issues with Microsoft Graph
This article describes known issues and limitations with Microsoft Graph and provides workarounds when possible.
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