Closed
Description
Existing default views (Format-List) should only have properties that are returned by default. For example, UserType
is only returned by default in beta and shouldn't be present in v1.0:
- where:
model-name: ^MicrosoftGraphUser\d*$
set:
format-table:
properties:
- Id
- DisplayName
- Mail
- UserPrincipalName
- UserType
Other changes to fix: