msgraph-sdk-powershell
msgraph-sdk-powershell copied to clipboard
Powershell SDK for Microsoft Graph
### Describe the bug I am trying to query a specific configuration profile's assignments but it's returning assignments with "Target" property missing. ### Expected behavior returns assignments with target. ###...
### Describe the bug I am trying to use Microsoft Graph Powershell SDK in a production environment This causes a Sev2 to be raised due to unsigned binaries. [- AzSysLock...
### Describe the bug Contact folders created with microsoft graph can no longer be deleted via microsoft graph. If the contacts folder was created manually, you can delete them via...
This pull request was automatically created by Azure Pipelines. **Important** Check for unexpected deletions or changes in this PR.
### Describe the bug When using MSGraph Powershell calling AzureChinaCloud MSGraph APIs, right after calling Find-MgGraphPermission, the subsequent MSGraph calls will target https://graph.microsoft.com instead of https://microsoftgraph.chinacloudapi.cn. ### Expected behavior After...
### Describe the bug Get-MgDeviceManagementManagedDevice -All -Filter "OperatingSystem in ('Windows','MacOs')" and Get-MgDeviceManagementManagedDevice -All -Filter "Manufacturer in ('HP','Dell Inc.')" is returning below error. It seems to be an issue from Graph...
### Describe the bug When leveraging the Get-MgUserDefaultDrive -UserId to retrieve the default Onedrive of a user, the API seems to fail on recent default accounts. When logged in as...
### Describe the bug Performing "Invoke-MgGraphRequest -Method PATCH -Uri "https://graph.microsoft.com/v1.0/Users/[user id]" -Body @{OnPremisesImmutableId = $null}" returns a 400, Bad Request currently ### Expected behavior As recently as last week I...
### Describe the bug Launch https://shell.azure.com/ and call `Connect-MgGraph`. ``` connect-mggraph Connect-MgGraph: DeviceCodeCredential authentication failed: A configuration issue is preventing authentication - check the error message from the server for...
### Is your feature request related to a problem? Please describe the problem. I am attempting to use `Add-MgApplicationKey` but I cannot without generating a Proof. There does not appear...