Microsoft365DSC icon indicating copy to clipboard operation
Microsoft365DSC copied to clipboard

AADGroup: Not all parameters of New- and Update-MGGroup are exposed

Open andikrueger opened this issue 2 years ago • 0 comments

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.

andikrueger avatar Sep 14 '22 08:09 andikrueger