-
Notifications
You must be signed in to change notification settings - Fork 212
Description
Describe the bug
In version 2.30 of the module Microsoft.Graph.Identity.DirectoryManagement the function Remove-MgContact is missing. Further MgContact functions are still included, so I don't think that these functions moved to a different module.
Name
Confirm-MgContactMemberGroup
Confirm-MgContactMemberObject
Get-MgContact
Get-MgContactById
Get-MgContactCount
Get-MgContactDelta
Get-MgContactDirectReport
Get-MgContactDirectReportAsOrgContact
Get-MgContactDirectReportAsUser
Get-MgContactDirectReportCount
Get-MgContactDirectReportCountAsOrgContact
Get-MgContactDirectReportCountAsUser
Get-MgContactManager
Get-MgContactMemberGroup
Get-MgContactMemberObject
Get-MgContactMemberOf
Get-MgContactMemberOfAsAdministrativeUnit
Get-MgContactMemberOfAsGroup
Get-MgContactMemberOfCount
Get-MgContactMemberOfCountAsAdministrativeUnit
Get-MgContactMemberOfCountAsGroup
Get-MgContactServiceProvisioningError
Get-MgContactServiceProvisioningErrorCount
Get-MgContactTransitiveMemberOf
Get-MgContactTransitiveMemberOfAsAdministrativeUnit
Get-MgContactTransitiveMemberOfAsGroup
Get-MgContactTransitiveMemberOfCount
Get-MgContactTransitiveMemberOfCountAsAdministrativeUnit
Get-MgContactTransitiveMemberOfCountAsGroup
Test-MgContactProperty
I tested this on different machines and I could recognize that Remove-MgContact is available in Version 2.25
Expected behavior
The function Remove-MgContact should be available.
How to reproduce
Get-Command -Module Microsoft.Graph.Identity.DirectoryManagement -Name "remove-mgcontact"
SDK Version
2.30
Latest version known to work for scenario above?
2.25
Known Workarounds
No response
Debug output
Click to expand log
```</details>
### Configuration
_No response_
### Other information
_No response_