Luca Spolidoro [MSFT]
Luca Spolidoro [MSFT]
I described how to approach the problem if the entire table doesn't fit the embedding model, down to the single cell. The current chunking model makes table data completely unusable,...
related to https://github.com/microsoftgraph/msgraph-sdk-powershell/issues/2769 ?
yeah, theoretically they should be aliases... @peombwa can you please chime in and explain why they are different? You wrote this PR: https://github.com/microsoftgraph/msgraph-sdk-powershell/pull/1541
Data API builder should output [standard OData](https://learn.microsoft.com/en-us/odata/). It would conform also to Microsoft Graph (supporting expands, navigation properties, grouping, etc...) and there are already standard libraries to interact with it:...
> @Licantrop0 Why have you mentioned the $top parameter when the -PageSize is responsible for the page size? because `PageSize` sets the `Top` parameter, see: https://github.com/microsoftgraph/msgraph-sdk-powershell/blob/bf523777647903ef7098e0a5dd5d3e98703c08eb/tools/Custom/ListCmdlet.cs#L119C12-L123C14
@petrhollayms, I discovered that this was asked already a while ago and it breaks some scenarios, see: https://github.com/microsoftgraph/msgraph-sdk-powershell/pull/1230 and: https://github.com/microsoftgraph/msgraph-sdk-powershell/issues/1248, maybe we should reconsider this.
@peombwa wrote that code and he would be the best explaining the behavior. FYI @SteveMutungi254
@petrhollayms the API was fixed long ago, (adhering to OData standards, not requiring `$count`). there are few problems in the generated cmdlet: - ConsistencyLevel parameter is not available in that...
@alexandair yes, the manager property can be either a `user` or an `orgContact`, and the script should manage this case. Also, the list (and levels) should be inverted so the...
@maisarissi / @andrueastman do you have an update?