msgraph-sdk-powershell icon indicating copy to clipboard operation
msgraph-sdk-powershell copied to clipboard

Powershell SDK for Microsoft Graph

Results 446 msgraph-sdk-powershell issues
Sort by recently updated
recently updated
newest added

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)

P3
Dependency: OpenApi
Dependency: OData Cast
Request: Kiota

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...

AutoREST-dependency
Bug

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) ![image](https://user-images.githubusercontent.com/38553333/175074307-67276335-6330-4e67-aa9f-2cda8995412e.png) Same request works fine with direct Graph query as well:...

Request: Feature

 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...

Docs

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...

under-investigation

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....

Request: Documentation

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...

Request: enhancement

Part of component governance review

donotmerge

``` Line | 10 | New-MgUserOnenoteSectionPage -UserId '[email protected]' … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Page create requests require the content to be multipart, with a presentation part. ``` Is there an example...

OpenApiService-Dependency
Bug - P2
metadata-issue