Microsoft365DSC
Microsoft365DSC copied to clipboard
AADGroup: Not all parameters of New- and Update-MGGroup are exposed
Details of the scenario you tried and the problem that is occurring
Currently, AADGroup resource does not expose all parameters that are made available by the underlying cmdLets>
New-MGGroup: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/new-mggroup?view=graph-powershell-1.0 Update-MGGroup: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/update-mggroup?view=graph-powershell-1.0
The resource should implement the additional parameters to allow all possibilities. Furthermore, the documentation differs from the documentation within the schema. The description within the schema needs to be updated.