msgraph-sdk-powershell
msgraph-sdk-powershell copied to clipboard
Powershell SDK for Microsoft Graph
Fixes #2670 and #2715 This PR addresses breaking changes introduced in 2.17.0 and 2.18.0 as a result of metadata changes by introducing cmdlet aliases for backward compatibility. ### Changes...
This task aims to detect metadata changes that may introduce breaking changes on existing cmdlets. This will entail the following activities. - [ ] Detect URI changes in generated cmdlets...
This pull request was automatically created by Azure Pipelines. **Important** Check for unexpected deletions or changes in this PR.
Fixes #2720 ### Changes proposed in this pull request - - - ### Other links - - -
**Describe the bug** > The parameter **-DirectoryObjectId** is not available with the command **Remove-MgGroupMemberByRef** in the module **Microsoft.Graph.Groups** 2.17.0. The **Microsoft.Graph.Groups** 2.16.0 have the **-DirectoryObjectId** parameter. **To Reproduce** Steps to...
### Describe the bug I want to clear the value of the field "TeamArchivingDate" (Date Type) by passing $null to the parameter. If I use PnP it works, but if...
### Is your feature request related to a problem? Please describe the problem. I try to disable a device with the command : update-mgdevice -deviceid "IDofTheDevice" -AccountEnabled:$false But I get...
### Describe the bug I am trying to create a new App registration, using New-MgApplication, setting DisplayName, Notes, RequiredResourceAccess, and Owners in the request: `$newAppRegistration = New-MgApplication -DisplayName -Notes -RequiredResourceAccess...
### Describe the bug The Azure Portal web GUI uses the https://graph.microsoft.com/beta/administrativeUnits/ endpoint to manage the Administrative Units, but the 2.18.0 version Microsoft Graph Beta PowerShell module uses the https://graph.microsoft.com/beta/directory/administrativeUnits/...
### Describe the bug We don't expect to call or support getMemberGroup on a deleted directory object. This was generated automatically and has been causing CRIs. Please remove this from...