msgraph-sdk-powershell
                                
                                 msgraph-sdk-powershell copied to clipboard
                                
                                    msgraph-sdk-powershell copied to clipboard
                            
                            
                            
                        Powershell SDK for Microsoft Graph
ref: - https://swagger.io/specification/#discriminatorObject - https://swagger.io/specification/#schemaObject [AB#4988](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/4988)
Similar to [this open issue](https://github.com/Azure/azure-powershell/issues/12267) for the Azure module, when creating device configuration profiles of certain types (perhaps all of them, although I only verified for one), there are nested...
Here's a filter that works perfectly fine with Graph explorer: `GET https://graph.microsoft.com/beta/users?$filter=assignedPlans/any(c:ServicePlanId+eq+57ff2da0-773e-42df-b2af-ffb7a2317929)&$count=true` (advanced query, so needs the ConsistencyLevel header)  Same request works fine with direct Graph query as well:...
 Fixes # ### Changes proposed in this pull request - This draft PR is a work in progress. It is in line with https://github.com/microsoftgraph/msgraph-sdk-powershell/issues/1088 issue and it will be...
The "*MgRoleManagementDirectoryRole*" cmdlets appears to fall under the "Microsoft.Graph.DeviceManagement.Enrolment" package which is not right. They should technically fall under "Microsoft.Graph.Identity.DirectoryManagement" Azure AD Role management is not part of Intune or...
Add –WhatIf parameter so users can see what request will be sent to the service without actually sending it. This effort includes, but may not be limited to just these...
We need to: 1. Add examples to generated cmldet [docs](https://github.com/microsoftgraph/msgraph-sdk-powershell/blob/dev/src/Beta/Identity.Application/Identity.Application/docs/Get-MgApplication.md). 2. Publish docs to [PowerShell Module Browser](https://docs.microsoft.com/en-us/powershell/module/). 3. Provide readme/docs on topics such as installation, authentication, query options, and paging....
We should review the current module mapping to ensure we cover all APIs. Taks to completed as part of this effort: - [ ] Review and explore an alternative module...
``` Line | 10 | New-MgUserOnenoteSectionPage -UserId '[email protected]' … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Page create requests require the content to be multipart, with a presentation part. ``` Is there an example...