msgraph-sdk-powershell icon indicating copy to clipboard operation
msgraph-sdk-powershell copied to clipboard

Get-MgBetaDirectoryRoleTemplate has filter parameters but cannot be filtered

Open Borgquite opened this issue 1 year ago • 1 comments

The same as #743 - the Get-MgBetaDirectoryRoleTemplate includes a Filter parameter, but when attempting to use this, it fails

Get-MgBetaDirectoryRoleTemplate -Filter "DisplayName eq 'User Administrator'" -ErrorAction Stop
Get-MgBetaDirectoryRoleTemplate : Filtered searches against this resource are not supported.

It looks like it is possible for this to be removed by updating the metadata, the same as #743?

Borgquite avatar Apr 03 '24 12:04 Borgquite

Also raised on the metadata repo

https://github.com/microsoftgraph/msgraph-metadata/issues/611

Borgquite avatar Apr 12 '24 09:04 Borgquite