Skip to content

[v2] Review Existing Default Views for Common Entity Types #1903

Closed
@peombwa

Description

@peombwa

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:

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions